Html Css Color HEX #659616 Olive Drab

📋 copy color: '#659616'

red 101 ◦ green 150 ◦ blue 22

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

Shades of Olive Drab #659616

Tints of Olive Drab #659616

RGB

 RED value IS 101 (39.84% from 255) = 37%

 GREEN value IS 150 (58.98% from 255) = 54.95%

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

R = 37%
G = 54.95%
B = 8.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#659616 (or 0x659616) is known color: Olive Drab. HEX triplet: 65, 96 and 16. RGB value is (101,150,22). Sum of RGB (Red+Green+Blue) = 101+150+22=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #659616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659616 is #9A69E9. Grayscale: #797979. Windows color (decimal): -10119658 or 1480293. OLE color: 1480293.

HSL color Cylindrical-coordinate representation of color #659616: hue angle of 82.97º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #659616 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 150 22 -
CMYK 0.33 0 0.85 0.41
HSL 82.97º 0.74% 0.34% -
HSV(B) 82.97º 0.85% 0.59% -
XYZ 16.42 24.64 4.65 -
YUV 120.76 72.27 113.91 -
System Red Green Blue C M Y K H S L
Decimal 101 150 22 0.33 0 0.85 0.41 82.97 0.74 0.34
Hex 65 96 16 21 0 55 29 53 4A 22
Octal 145 226 26 41 0 125 51 123 112 42
Binary 1100101 10010110 10110 100001 0 1010101 101001 1010011 1001010 100010

Color Harmonies of #659616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659616

Black with #659616

Text Example


Text Example

White with #659616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659616; }

 p { color: rgb(101,150,22); }

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

background-color css

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

 a { background-color: rgb(101,150,22); }

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

border-color css

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

 span { border-color: rgb(101,150,22); }

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