Html Css Color HEX #659116 Olive Drab

📋 copy color: '#659116'

red 101 ◦ green 145 ◦ blue 22

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

Shades of Olive Drab #659116

Tints of Olive Drab #659116

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.1%

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

R = 37.69%
G = 54.1%
B = 8.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#659116 (or 0x659116) is known color: Olive Drab. HEX triplet: 65, 91 and 16. RGB value is (101,145,22). Sum of RGB (Red+Green+Blue) = 101+145+22=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #659116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659116 is #9A6EE9. Grayscale: #767676. Windows color (decimal): -10120938 or 1479013. OLE color: 1479013.

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

Color convert

RGB 101 145 22 -
CMYK 0.30 0 0.85 0.43
HSL 81.46º 0.74% 0.33% -
HSV(B) 81.46º 0.85% 0.57% -
XYZ 15.64 23.08 4.39 -
YUV 117.82 73.92 116 -
System Red Green Blue C M Y K H S L
Decimal 101 145 22 0.30 0 0.85 0.43 81.46 0.74 0.33
Hex 65 91 16 1E 0 55 2B 51 4A 21
Octal 145 221 26 36 0 125 53 121 112 41
Binary 1100101 10010001 10110 11110 0 1010101 101011 1010001 1001010 100001

Color Harmonies of #659116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659116

Black with #659116

Text Example


Text Example

White with #659116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659116; }

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

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

background-color css

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

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

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

border-color css

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

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

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