Html Css Color HEX #669604 Olive Drab

📋 copy color: '#669604'

red 102 ◦ green 150 ◦ blue 4

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

Shades of Olive Drab #669604

Tints of Olive Drab #669604

RGB

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

 GREEN value IS 150 (58.98% from 255) = 58.59%

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

R = 39.84%
G = 58.59%
B = 1.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#669604 (or 0x669604) is known color: Olive Drab. HEX triplet: 66, 96 and 04. RGB value is (102,150,4). Sum of RGB (Red+Green+Blue) = 102+150+4=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 150 (58.98% from 255 or 58.59% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 150 - color contains mainly: green. Hex color #669604 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669604 is #9969FB. Grayscale: #777777. Windows color (decimal): -10054140 or 300646. OLE color: 300646.

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

Color convert

RGB 102 150 4 -
CMYK 0.32 0 0.97 0.41
HSL 79.73º 0.95% 0.3% -
HSV(B) 79.73º 0.97% 0.59% -
XYZ 16.41 24.65 4.01 -
YUV 119 63.1 115.87 -
System Red Green Blue C M Y K H S L
Decimal 102 150 4 0.32 0 0.97 0.41 79.73 0.95 0.3
Hex 66 96 4 20 0 61 29 50 5F 1E
Octal 146 226 4 40 0 141 51 120 137 36
Binary 1100110 10010110 100 100000 0 1100001 101001 1010000 1011111 11110

Color Harmonies of #669604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669604

Black with #669604

Text Example


Text Example

White with #669604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669604; }

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

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

background-color css

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

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

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

border-color css

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

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

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