Html Css Color HEX #668010 Olive Drab

📋 copy color: '#668010'

red 102 ◦ green 128 ◦ blue 16

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

Shades of Olive Drab #668010

Tints of Olive Drab #668010

RGB

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

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

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

R = 41.46%
G = 52.03%
B = 6.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#668010 (or 0x668010) is known color: Olive Drab. HEX triplet: 66, 80 and 10. RGB value is (102,128,16). Sum of RGB (Red+Green+Blue) = 102+128+16=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #668010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668010 is #997FEF. Grayscale: #6B6B6B. Windows color (decimal): -10059760 or 1081446. OLE color: 1081446.

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

Color convert

RGB 102 128 16 -
CMYK 0.20 0 0.88 0.50
HSL 73.93º 0.78% 0.28% -
HSV(B) 73.93º 0.88% 0.5% -
XYZ 13.29 18.3 3.32 -
YUV 107.46 76.39 124.11 -
System Red Green Blue C M Y K H S L
Decimal 102 128 16 0.20 0 0.88 0.50 73.93 0.78 0.28
Hex 66 80 10 14 0 58 32 4A 4E 1C
Octal 146 200 20 24 0 130 62 112 116 34
Binary 1100110 10000000 10000 10100 0 1011000 110010 1001010 1001110 11100

Color Harmonies of #668010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668010

Black with #668010

Text Example


Text Example

White with #668010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668010; }

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

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

background-color css

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

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

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

border-color css

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

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

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