#669205

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

Shades of Olive Drab #669205

Tints of Olive Drab #669205

Color information

#669205 (or 0x669205) is unknown color: approx Olive Drab. HEX triplet: 66, 92 and 05. RGB value is (102,146,5). Sum of RGB (Red+Green+Blue) = 102+146+5=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 146 (57.42% from 255 or 57.71% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 146 - color contains mainly: green. Hex color #669205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669205 is #996DFA. Grayscale: #757575. Windows color (decimal): -10055163 or 365158. OLE color: 365158.

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

Color convert

RGB1021465-
CMYK0.3000.970.43
HSL78.72º93.38%29.61%-
HSV(B)78.72º96.58%57.25%-
XYZ15.7923.393.83-
YUV116.7764.92117.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 146 (57.42% from 255) = 57.71%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=40.32%
G=57.71%
B=1.98%

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
Decimal10214650.3000.970.4378.7293.3829.61
Hex669251E0612B4f5d1e
Octal14622253601415311713536
Binary11001101001001010111110011000011010111001111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669205; }

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

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

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

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

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

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

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

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