Html Css Color HEX #668404 Olive

📋 copy color: '#668404'

red 102 ◦ green 132 ◦ blue 4

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

Shades of Olive #668404

Tints of Olive #668404

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.46%

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

R = 42.86%
G = 55.46%
B = 1.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#668404 (or 0x668404) is known color: Olive. HEX triplet: 66, 84 and 04. RGB value is (102,132,4). Sum of RGB (Red+Green+Blue) = 102+132+4=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #668404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668404 is #997BFB. Grayscale: #6C6C6C. Windows color (decimal): -10058748 or 296038. OLE color: 296038.

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

Color convert

RGB 102 132 4 -
CMYK 0.23 0 0.97 0.48
HSL 74.06º 0.94% 0.27% -
HSV(B) 74.06º 0.97% 0.52% -
XYZ 13.75 19.34 3.12 -
YUV 108.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 102 132 4 0.23 0 0.97 0.48 74.06 0.94 0.27
Hex 66 84 4 17 0 61 30 4A 5E 1B
Octal 146 204 4 27 0 141 60 112 136 33
Binary 1100110 10000100 100 10111 0 1100001 110000 1001010 1011110 11011

Color Harmonies of #668404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668404

Black with #668404

Text Example


Text Example

White with #668404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668404; }

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

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

background-color css

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

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

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

border-color css

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

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

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