#6F9708

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

Shades of Olive Drab #6F9708

Tints of Olive Drab #6F9708

Color information

#6F9708 (or 0x6F9708) is unknown color: approx Olive Drab. HEX triplet: 6F, 97 and 08. RGB value is (111,151,8). Sum of RGB (Red+Green+Blue) = 111+151+8=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #6F9708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9708 is #9068F7. Grayscale: #7B7B7B. Windows color (decimal): -9464056 or 563055. OLE color: 563055.

HSL color Cylindrical-coordinate representation of color #6F9708: hue angle of 76.78º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F9708 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB1111518-
CMYK0.2600.950.41
HSL76.78º89.94%31.18%-
HSV(B)76.78º94.7%59.22%-
XYZ17.6725.534.23-
YUV122.7463.25119.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.11%
GREEN value IS 151 (59.38% from 255) = 55.93%
BLUE value IS 8 (3.52% from 255) = 2.96%
R=41.11%
G=55.93%
B=2.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11115180.2600.950.4176.7889.9431.18
Hex6F9781A05F294d5a1f
Octal157227103201375111513237
Binary110111110010111100011010010111111010011001101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,151,8); }

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

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

 a { background-color: rgb(111,151,8); }

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

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

 span { border-color: rgb(111,151,8); }

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