#669304

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

Shades of Olive Drab #669304

Tints of Olive Drab #669304

Color information

#669304 (or 0x669304) is unknown color: approx Olive Drab. HEX triplet: 66, 93 and 04. RGB value is (102,147,4). Sum of RGB (Red+Green+Blue) = 102+147+4=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #669304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669304 is #996CFB. Grayscale: #757575. Windows color (decimal): -10054908 or 299878. OLE color: 299878.

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

Color convert

RGB1021474-
CMYK0.3100.970.42
HSL78.88º94.7%29.61%-
HSV(B)78.88º97.28%57.65%-
XYZ15.9423.73.85-
YUV117.2464.09117.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 147 (57.81% from 255) = 58.10%
BLUE value IS 4 (1.95% from 255) = 1.58%
R=40.32%
G=58.10%
B=1.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10214740.3100.970.4278.8894.729.61
Hex669341F0612A4f5f1e
Octal14622343701415211713736
Binary11001101001001110011111011000011010101001111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669304; }

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

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

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

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

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

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

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

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