#669204

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

Shades of Olive Drab #669204

Tints of Olive Drab #669204

Color information

#669204 (or 0x669204) is unknown color: approx Olive Drab. HEX triplet: 66, 92 and 04. RGB value is (102,146,4). Sum of RGB (Red+Green+Blue) = 102+146+4=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 146 (57.42% from 255 or 57.94% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 146 - color contains mainly: green. Hex color #669204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669204 is #996DFB. Grayscale: #757575. Windows color (decimal): -10055164 or 299622. OLE color: 299622.

HSL color Cylindrical-coordinate representation of color #669204: hue angle of 78.59º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #669204 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB1021464-
CMYK0.3000.970.43
HSL78.59º94.67%29.41%-
HSV(B)78.59º97.26%57.25%-
XYZ15.7823.393.8-
YUV116.6664.42117.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 146 (57.42% from 255) = 57.94%
BLUE value IS 4 (1.95% from 255) = 1.59%
R=40.48%
G=57.94%
B=1.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10214640.3000.970.4378.5994.6729.41
Hex669241E0612B4f5f1d
Octal14622243601415311713735
Binary11001101001001010011110011000011010111001111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669204; }

 p { color: rgb(102,146,4); }

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

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

 a { background-color: rgb(102,146,4); }

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

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

 span { border-color: rgb(102,146,4); }

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