Html Css Color HEX #668210 Olive Drab

📋 copy color: '#668210'

red 102 ◦ green 130 ◦ blue 16

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

Shades of Olive Drab #668210

Tints of Olive Drab #668210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 41.13%
G = 52.42%
B = 6.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#668210 (or 0x668210) is known color: Olive Drab. HEX triplet: 66, 82 and 10. RGB value is (102,130,16). Sum of RGB (Red+Green+Blue) = 102+130+16=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #668210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668210 is #997DEF. Grayscale: #6D6D6D. Windows color (decimal): -10059248 or 1081958. OLE color: 1081958.

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

Color convert

RGB 102 130 16 -
CMYK 0.22 0 0.88 0.49
HSL 74.74º 0.78% 0.29% -
HSV(B) 74.74º 0.88% 0.51% -
XYZ 13.56 18.83 3.41 -
YUV 108.63 75.72 123.27 -
System Red Green Blue C M Y K H S L
Decimal 102 130 16 0.22 0 0.88 0.49 74.74 0.78 0.29
Hex 66 82 10 16 0 58 31 4B 4E 1D
Octal 146 202 20 26 0 130 61 113 116 35
Binary 1100110 10000010 10000 10110 0 1011000 110001 1001011 1001110 11101

Color Harmonies of #668210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668210

Black with #668210

Text Example


Text Example

White with #668210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668210; }

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

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

background-color css

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

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

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

border-color css

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

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

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