Html Css Color HEX #668016 Olive Drab

📋 copy color: '#668016'

red 102 ◦ green 128 ◦ blue 22

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

Shades of Olive Drab #668016

Tints of Olive Drab #668016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 40.48%
G = 50.79%
B = 8.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#668016 (or 0x668016) is known color: Olive Drab. HEX triplet: 66, 80 and 16. RGB value is (102,128,22). Sum of RGB (Red+Green+Blue) = 102+128+22=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #668016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668016 is #997FE9. Grayscale: #6C6C6C. Windows color (decimal): -10059754 or 1474662. OLE color: 1474662.

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

Color convert

RGB 102 128 22 -
CMYK 0.20 0 0.83 0.50
HSL 74.72º 0.71% 0.29% -
HSV(B) 74.72º 0.83% 0.5% -
XYZ 13.34 18.32 3.59 -
YUV 108.14 79.39 123.62 -
System Red Green Blue C M Y K H S L
Decimal 102 128 22 0.20 0 0.83 0.50 74.72 0.71 0.29
Hex 66 80 16 14 0 53 32 4B 47 1D
Octal 146 200 26 24 0 123 62 113 107 35
Binary 1100110 10000000 10110 10100 0 1010011 110010 1001011 1000111 11101

Color Harmonies of #668016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668016

Black with #668016

Text Example


Text Example

White with #668016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668016; }

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

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

background-color css

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

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

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

border-color css

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

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

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