#669302

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

Shades of Olive Drab #669302

Tints of Olive Drab #669302

Color information

#669302 (or 0x669302) is unknown color: approx Olive Drab. HEX triplet: 66, 93 and 02. RGB value is (102,147,2). Sum of RGB (Red+Green+Blue) = 102+147+2=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #669302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669302 is #996CFD. Grayscale: #757575. Windows color (decimal): -10054910 or 168806. OLE color: 168806.

HSL color Cylindrical-coordinate representation of color #669302: hue angle of 78.62º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #669302 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB1021472-
CMYK0.3100.990.42
HSL78.62º97.32%29.22%-
HSV(B)78.62º98.64%57.65%-
XYZ15.9223.73.79-
YUV117.0263.09117.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.64%
GREEN value IS 147 (57.81% from 255) = 58.57%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=40.64%
G=58.57%
B=0.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10214720.3100.990.4278.6297.3229.22
Hex669321F0632A4f611d
Octal14622323701435211714135
Binary1100110100100111011111011000111010101001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669302; }

 p { color: rgb(102,147,2); }

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

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

 a { background-color: rgb(102,147,2); }

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

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

 span { border-color: rgb(102,147,2); }

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