Html Css Color HEX #668116 Olive Drab

📋 copy color: '#668116'

red 102 ◦ green 129 ◦ blue 22

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

Shades of Olive Drab #668116

Tints of Olive Drab #668116

RGB

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

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

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

R = 40.32%
G = 50.99%
B = 8.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#668116 (or 0x668116) is known color: Olive Drab. HEX triplet: 66, 81 and 16. RGB value is (102,129,22). Sum of RGB (Red+Green+Blue) = 102+129+22=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #668116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668116 is #997EE9. Grayscale: #6D6D6D. Windows color (decimal): -10059498 or 1474918. OLE color: 1474918.

HSL color Cylindrical-coordinate representation of color #668116: hue angle of 75.14º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #668116 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 129 22 -
CMYK 0.21 0 0.83 0.49
HSL 75.14º 0.71% 0.3% -
HSV(B) 75.14º 0.83% 0.51% -
XYZ 13.47 18.58 3.64 -
YUV 108.73 79.05 123.2 -
System Red Green Blue C M Y K H S L
Decimal 102 129 22 0.21 0 0.83 0.49 75.14 0.71 0.3
Hex 66 81 16 15 0 53 31 4B 47 1E
Octal 146 201 26 25 0 123 61 113 107 36
Binary 1100110 10000001 10110 10101 0 1010011 110001 1001011 1000111 11110

Color Harmonies of #668116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668116

Black with #668116

Text Example


Text Example

White with #668116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668116; }

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

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

background-color css

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

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

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

border-color css

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

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

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