#6F9604

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

Shades of Olive Drab #6F9604

Tints of Olive Drab #6F9604

Color information

#6F9604 (or 0x6F9604) is unknown color: approx Olive Drab. HEX triplet: 6F, 96 and 04. RGB value is (111,150,4). Sum of RGB (Red+Green+Blue) = 111+150+4=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #6F9604 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9604 is #9069FB. Grayscale: #7A7A7A. Windows color (decimal): -9464316 or 300655. OLE color: 300655.

HSL color Cylindrical-coordinate representation of color #6F9604: hue angle of 76.03º degrees, saturation: 0.95, 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 #6F9604 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB1111504-
CMYK0.2600.970.41
HSL76.03º94.81%30.2%-
HSV(B)76.03º97.33%58.82%-
XYZ17.4825.24.06-
YUV121.761.58120.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.89%
GREEN value IS 150 (58.98% from 255) = 56.60%
BLUE value IS 4 (1.95% from 255) = 1.51%
R=41.89%
G=56.60%
B=1.51%

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
Decimal11115040.2600.970.4176.0394.8130.2
Hex6F9641A061294c5f1e
Octal15722643201415111413736
Binary11011111001011010011010011000011010011001100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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