Html Css Color HEX #669204 Olive Drab

📋 copy color: '#669204'

red 102 ◦ green 146 ◦ blue 4

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

Shades of Olive Drab #669204

Tints of Olive Drab #669204

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.94%

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

R = 40.48%
G = 57.94%
B = 1.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#669204 (or 0x669204) is known color: Olive Drab. HEX triplet: 66, 92 and 04. RGB value is (102,146,4). Sum of RGB (Red+Green+Blue) = 102+146+4=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 146 (57.42% from 255 or 57.94% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 146 - color contains mainly: green. Hex color #669204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669204 is #996DFB. Grayscale: #757575. Windows color (decimal): -10055164 or 299622. OLE color: 299622.

HSL color Cylindrical-coordinate representation of color #669204: hue angle of 78.59º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #669204 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 4 -
CMYK 0.30 0 0.97 0.43
HSL 78.59º 0.95% 0.29% -
HSV(B) 78.59º 0.97% 0.57% -
XYZ 15.78 23.39 3.8 -
YUV 116.66 64.42 117.55 -
System Red Green Blue C M Y K H S L
Decimal 102 146 4 0.30 0 0.97 0.43 78.59 0.95 0.29
Hex 66 92 4 1E 0 61 2B 4F 5F 1D
Octal 146 222 4 36 0 141 53 117 137 35
Binary 1100110 10010010 100 11110 0 1100001 101011 1001111 1011111 11101

Color Harmonies of #669204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669204

Black with #669204

Text Example


Text Example

White with #669204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669204; }

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

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

background-color css

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

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

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

border-color css

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

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

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