Html Css Color HEX #668211 Olive Drab

📋 copy color: '#668211'

red 102 ◦ green 130 ◦ blue 17

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

Shades of Olive Drab #668211

Tints of Olive Drab #668211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.83%

R = 40.96%
G = 52.21%
B = 6.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#668211 (or 0x668211) is known color: Olive Drab. HEX triplet: 66, 82 and 11. RGB value is (102,130,17). Sum of RGB (Red+Green+Blue) = 102+130+17=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #668211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668211 is #997DEE. Grayscale: #6D6D6D. Windows color (decimal): -10059247 or 1147494. OLE color: 1147494.

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

Color convert

RGB 102 130 17 -
CMYK 0.22 0 0.87 0.49
HSL 74.87º 0.77% 0.29% -
HSV(B) 74.87º 0.87% 0.51% -
XYZ 13.56 18.83 3.45 -
YUV 108.75 76.22 123.19 -
System Red Green Blue C M Y K H S L
Decimal 102 130 17 0.22 0 0.87 0.49 74.87 0.77 0.29
Hex 66 82 11 16 0 57 31 4B 4D 1D
Octal 146 202 21 26 0 127 61 113 115 35
Binary 1100110 10000010 10001 10110 0 1010111 110001 1001011 1001101 11101

Color Harmonies of #668211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668211

Black with #668211

Text Example


Text Example

White with #668211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668211; }

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

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

background-color css

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

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

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

border-color css

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

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

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