Html Css Color HEX #668804 Olive Drab

📋 copy color: '#668804'

red 102 ◦ green 136 ◦ blue 4

#668804
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #668804

Tints of Olive Drab #668804

RGB

 RED value IS 102 (40.23% from 255) = 42.15%

 GREEN value IS 136 (53.52% from 255) = 56.2%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 42.15%
G = 56.2%
B = 1.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#668804 (or 0x668804) is known color: Olive Drab. HEX triplet: 66, 88 and 04. RGB value is (102,136,4). Sum of RGB (Red+Green+Blue) = 102+136+4=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #668804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668804 is #9977FB. Grayscale: #6F6F6F. Windows color (decimal): -10057724 or 297062. OLE color: 297062.

HSL color Cylindrical-coordinate representation of color #668804: hue angle of 75.45º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #668804 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 4 -
CMYK 0.25 0 0.97 0.47
HSL 75.45º 0.94% 0.27% -
HSV(B) 75.45º 0.97% 0.53% -
XYZ 14.31 20.44 3.31 -
YUV 110.79 67.74 121.73 -
System Red Green Blue C M Y K H S L
Decimal 102 136 4 0.25 0 0.97 0.47 75.45 0.94 0.27
Hex 66 88 4 19 0 61 2F 4B 5E 1B
Octal 146 210 4 31 0 141 57 113 136 33
Binary 1100110 10001000 100 11001 0 1100001 101111 1001011 1011110 11011

Color Harmonies of #668804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668804

Black with #668804

Text Example


Text Example

White with #668804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668804; }

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

 H1.HeaderClassName
 {
   color: #668804;
 }
 .AnyTagClassName
 {
   color: #668804;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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