Html Css Color HEX #668112 Olive Drab

📋 copy color: '#668112'

red 102 ◦ green 129 ◦ blue 18

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

Shades of Olive Drab #668112

Tints of Olive Drab #668112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.81%

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

R = 40.96%
G = 51.81%
B = 7.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#668112 (or 0x668112) is known color: Olive Drab. HEX triplet: 66, 81 and 12. RGB value is (102,129,18). Sum of RGB (Red+Green+Blue) = 102+129+18=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #668112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668112 is #997EED. Grayscale: #6C6C6C. Windows color (decimal): -10059502 or 1212774. OLE color: 1212774.

HSL color Cylindrical-coordinate representation of color #668112: hue angle of 74.59º 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 #668112 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 129 18 -
CMYK 0.21 0 0.86 0.49
HSL 74.59º 0.76% 0.29% -
HSV(B) 74.59º 0.86% 0.51% -
XYZ 13.44 18.57 3.45 -
YUV 108.27 77.05 123.53 -
System Red Green Blue C M Y K H S L
Decimal 102 129 18 0.21 0 0.86 0.49 74.59 0.76 0.29
Hex 66 81 12 15 0 56 31 4B 4C 1D
Octal 146 201 22 25 0 126 61 113 114 35
Binary 1100110 10000001 10010 10101 0 1010110 110001 1001011 1001100 11101

Color Harmonies of #668112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668112

Black with #668112

Text Example


Text Example

White with #668112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668112; }

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

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

background-color css

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

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

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

border-color css

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

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

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