Html Css Color HEX #668212 Olive Drab

📋 copy color: '#668212'

red 102 ◦ green 130 ◦ blue 18

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

Shades of Olive Drab #668212

Tints of Olive Drab #668212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 40.8%
G = 52%
B = 7.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#668212 (or 0x668212) is known color: Olive Drab. HEX triplet: 66, 82 and 12. RGB value is (102,130,18). Sum of RGB (Red+Green+Blue) = 102+130+18=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #668212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668212 is #997DED. Grayscale: #6D6D6D. Windows color (decimal): -10059246 or 1213030. OLE color: 1213030.

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

Color convert

RGB 102 130 18 -
CMYK 0.22 0 0.86 0.49
HSL 75º 0.76% 0.29% -
HSV(B) 75º 0.86% 0.51% -
XYZ 13.57 18.83 3.49 -
YUV 108.86 76.72 123.11 -
System Red Green Blue C M Y K H S L
Decimal 102 130 18 0.22 0 0.86 0.49 75 0.76 0.29
Hex 66 82 12 16 0 56 31 4B 4C 1D
Octal 146 202 22 26 0 126 61 113 114 35
Binary 1100110 10000010 10010 10110 0 1010110 110001 1001011 1001100 11101

Color Harmonies of #668212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668212

Black with #668212

Text Example


Text Example

White with #668212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668212; }

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

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

background-color css

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

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

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

border-color css

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

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

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