Html Css Color HEX #668221 Olive Drab

📋 copy color: '#668221'

red 102 ◦ green 130 ◦ blue 33

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

Shades of Olive Drab #668221

Tints of Olive Drab #668221

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.06%

 BLUE value IS 33 (13.28% from 255) = 12.45%

R = 38.49%
G = 49.06%
B = 12.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#668221 (or 0x668221) is known color: Olive Drab. HEX triplet: 66, 82 and 21. RGB value is (102,130,33). Sum of RGB (Red+Green+Blue) = 102+130+33=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #668221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668221 is #997DDE. Grayscale: #6E6E6E. Windows color (decimal): -10059231 or 2196070. OLE color: 2196070.

HSL color Cylindrical-coordinate representation of color #668221: hue angle of 77.32º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #668221 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 130 33 -
CMYK 0.22 0 0.75 0.49
HSL 77.32º 0.6% 0.32% -
HSV(B) 77.32º 0.75% 0.51% -
XYZ 13.74 18.9 4.36 -
YUV 110.57 84.22 121.89 -
System Red Green Blue C M Y K H S L
Decimal 102 130 33 0.22 0 0.75 0.49 77.32 0.6 0.32
Hex 66 82 21 16 0 4B 31 4D 3C 20
Octal 146 202 41 26 0 113 61 115 74 40
Binary 1100110 10000010 100001 10110 0 1001011 110001 1001101 111100 100000

Color Harmonies of #668221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668221

Black with #668221

Text Example


Text Example

White with #668221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668221; }

 p { color: rgb(102,130,33); }

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

background-color css

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

 a { background-color: rgb(102,130,33); }

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

border-color css

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

 span { border-color: rgb(102,130,33); }

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