Html Css Color HEX #668012 Olive Drab

📋 copy color: '#668012'

red 102 ◦ green 128 ◦ blue 18

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

Shades of Olive Drab #668012

Tints of Olive Drab #668012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.61%

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

R = 41.13%
G = 51.61%
B = 7.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#668012 (or 0x668012) is known color: Olive Drab. HEX triplet: 66, 80 and 12. RGB value is (102,128,18). Sum of RGB (Red+Green+Blue) = 102+128+18=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #668012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668012 is #997FED. Grayscale: #6C6C6C. Windows color (decimal): -10059758 or 1212518. OLE color: 1212518.

HSL color Cylindrical-coordinate representation of color #668012: hue angle of 74.18º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #668012 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 128 18 -
CMYK 0.20 0 0.86 0.50
HSL 74.18º 0.75% 0.29% -
HSV(B) 74.18º 0.86% 0.5% -
XYZ 13.31 18.31 3.4 -
YUV 107.69 77.39 123.94 -
System Red Green Blue C M Y K H S L
Decimal 102 128 18 0.20 0 0.86 0.50 74.18 0.75 0.29
Hex 66 80 12 14 0 56 32 4A 4B 1D
Octal 146 200 22 24 0 126 62 112 113 35
Binary 1100110 10000000 10010 10100 0 1010110 110010 1001010 1001011 11101

Color Harmonies of #668012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668012

Black with #668012

Text Example


Text Example

White with #668012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668012; }

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

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

background-color css

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

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

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

border-color css

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

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

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