#668A04

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

Shades of Olive Drab #668A04

Tints of Olive Drab #668A04

Color information

#668A04 (or 0x668A04) is unknown color: approx Olive Drab. HEX triplet: 66, 8A and 04. RGB value is (102,138,4). Sum of RGB (Red+Green+Blue) = 102+138+4=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 138 (54.30% from 255 or 56.56% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 138 - color contains mainly: green. Hex color #668A04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668A04 is #9975FB. Grayscale: #707070. Windows color (decimal): -10057212 or 297574. OLE color: 297574.

HSL color Cylindrical-coordinate representation of color #668A04: hue angle of 76.12º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #668A04 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB1021384-
CMYK0.2600.970.46
HSL76.12º94.37%27.84%-
HSV(B)76.12º97.1%54.12%-
XYZ14.5921.013.4-
YUV111.9667.07120.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.80%
GREEN value IS 138 (54.30% from 255) = 56.56%
BLUE value IS 4 (1.95% from 255) = 1.64%
R=41.80%
G=56.56%
B=1.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10213840.2600.970.4676.1294.3727.84
Hex668A41A0612E4c5e1c
Octal14621243201415611413634
Binary11001101000101010011010011000011011101001100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668A04; }

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

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

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

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

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

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

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

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