#6F9605

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

Shades of Olive Drab #6F9605

Tints of Olive Drab #6F9605

Color information

#6F9605 (or 0x6F9605) is unknown color: approx Olive Drab. HEX triplet: 6F, 96 and 05. RGB value is (111,150,5). Sum of RGB (Red+Green+Blue) = 111+150+5=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 150 (58.98% from 255 or 56.39% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 150 - color contains mainly: green. Hex color #6F9605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9605 is #9069FA. Grayscale: #7A7A7A. Windows color (decimal): -9464315 or 366191. OLE color: 366191.

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

Color convert

RGB1111505-
CMYK0.2600.970.41
HSL76.14º93.55%30.39%-
HSV(B)76.14º96.67%58.82%-
XYZ17.4925.24.09-
YUV121.8162.08120.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.73%
GREEN value IS 150 (58.98% from 255) = 56.39%
BLUE value IS 5 (2.34% from 255) = 1.88%
R=41.73%
G=56.39%
B=1.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11115050.2600.970.4176.1493.5530.39
Hex6F9651A061294c5e1e
Octal15722653201415111413636
Binary11011111001011010111010011000011010011001100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,150,5); }

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

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

 a { background-color: rgb(111,150,5); }

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

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

 span { border-color: rgb(111,150,5); }

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