#6F8307

Color #6F8307 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #6F8307

Tints of Olive #6F8307

Color information

#6F8307 (or 0x6F8307) is unknown color: approx Olive. HEX triplet: 6F, 83 and 07. RGB value is (111,131,7). Sum of RGB (Red+Green+Blue) = 111+131+7=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #6F8307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8307 is #907CF8. Grayscale: #6F6F6F. Windows color (decimal): -9469177 or 492399. OLE color: 492399.

HSL color Cylindrical-coordinate representation of color #6F8307: hue angle of 69.68º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F8307 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1111317-
CMYK0.1500.950.49
HSL69.68º89.86%27.06%-
HSV(B)69.68º94.66%51.37%-
XYZ14.7119.633.21-
YUV110.8869.37128.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 44.58%
GREEN value IS 131 (51.56% from 255) = 52.61%
BLUE value IS 7 (3.12% from 255) = 2.81%
R=44.58%
G=52.61%
B=2.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11113170.1500.950.4969.6889.8627.06
Hex6F837F05F31465a1b
Octal15720371701376110613233
Binary1101111100000111111111010111111100011000110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F8307; }

 p { color: rgb(111,131,7); }

 H1.HeaderClassName
 {
   color: #6F8307;
 }
 .AnyTagClassName
 {
   color: #6F8307;
 }
</style>
background-color css

<style>
 a { background-color: #6F8307; }

 a { background-color: rgb(111,131,7); }

 div.DivClassName
 {
   background-color: #6F8307;
 }
 .BgClassName
 {
   background-color: #6F8307;
 }
</style>
border-color css

<style>
 span { border-color: #6F8307; }

 span { border-color: rgb(111,131,7); }

 td.TdClassName
 {
   border-color: #6F8307;
 }
 .TagClassName
 {
   border-color: #6F8307;
 }
</style>