Html Css Color HEX #659113 Olive Drab

📋 copy color: '#659113'

red 101 ◦ green 145 ◦ blue 19

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

Shades of Olive Drab #659113

Tints of Olive Drab #659113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.17%

R = 38.11%
G = 54.72%
B = 7.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#659113 (or 0x659113) is known color: Olive Drab. HEX triplet: 65, 91 and 13. RGB value is (101,145,19). Sum of RGB (Red+Green+Blue) = 101+145+19=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #659113 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659113 is #9A6EEC. Grayscale: #757575. Windows color (decimal): -10120941 or 1282405. OLE color: 1282405.

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

Color convert

RGB 101 145 19 -
CMYK 0.30 0 0.87 0.43
HSL 80.95º 0.77% 0.32% -
HSV(B) 80.95º 0.87% 0.57% -
XYZ 15.61 23.06 4.25 -
YUV 117.48 72.42 116.25 -
System Red Green Blue C M Y K H S L
Decimal 101 145 19 0.30 0 0.87 0.43 80.95 0.77 0.32
Hex 65 91 13 1E 0 57 2B 51 4D 20
Octal 145 221 23 36 0 127 53 121 115 40
Binary 1100101 10010001 10011 11110 0 1010111 101011 1010001 1001101 100000

Color Harmonies of #659113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659113

Black with #659113

Text Example


Text Example

White with #659113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659113; }

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

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

background-color css

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

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

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

border-color css

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

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

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