Html Css Color HEX #668420 Olive Drab

📋 copy color: '#668420'

red 102 ◦ green 132 ◦ blue 32

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

Shades of Olive Drab #668420

Tints of Olive Drab #668420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.03%

R = 38.35%
G = 49.62%
B = 12.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#668420 (or 0x668420) is known color: Olive Drab. HEX triplet: 66, 84 and 20. RGB value is (102,132,32). Sum of RGB (Red+Green+Blue) = 102+132+32=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #668420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668420 is #997BDF. Grayscale: #6F6F6F. Windows color (decimal): -10058720 or 2131046. OLE color: 2131046.

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

Color convert

RGB 102 132 32 -
CMYK 0.23 0 0.76 0.48
HSL 78º 0.61% 0.32% -
HSV(B) 78º 0.76% 0.52% -
XYZ 13.99 19.43 4.38 -
YUV 111.63 83.06 121.13 -
System Red Green Blue C M Y K H S L
Decimal 102 132 32 0.23 0 0.76 0.48 78 0.61 0.32
Hex 66 84 20 17 0 4C 30 4E 3D 20
Octal 146 204 40 27 0 114 60 116 75 40
Binary 1100110 10000100 100000 10111 0 1001100 110000 1001110 111101 100000

Color Harmonies of #668420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668420

Black with #668420

Text Example


Text Example

White with #668420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668420; }

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

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

background-color css

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

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

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

border-color css

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

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

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