Html Css Color HEX #59850F Olive Drab

📋 copy color: '#59850F'

red 89 ◦ green 133 ◦ blue 15

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

Shades of Olive Drab #59850F

Tints of Olive Drab #59850F

RGB

 RED value IS 89 (35.16% from 255) = 37.55%

 GREEN value IS 133 (52.34% from 255) = 56.12%

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 37.55%
G = 56.12%
B = 6.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#59850F (or 0x59850F) is known color: Olive Drab. HEX triplet: 59, 85 and 0F. RGB value is (89,133,15). Sum of RGB (Red+Green+Blue) = 89+133+15=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #59850F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59850F is #A67AF0. Grayscale: #6A6A6A. Windows color (decimal): -10910449 or 1017177. OLE color: 1017177.

HSL color Cylindrical-coordinate representation of color #59850F: hue angle of 82.37º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59850F is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 133 15 -
CMYK 0.33 0 0.89 0.48
HSL 82.37º 0.8% 0.29% -
HSV(B) 82.37º 0.89% 0.52% -
XYZ 12.59 18.93 3.44 -
YUV 106.39 76.42 115.59 -
System Red Green Blue C M Y K H S L
Decimal 89 133 15 0.33 0 0.89 0.48 82.37 0.8 0.29
Hex 59 85 F 21 0 59 30 52 50 1D
Octal 131 205 17 41 0 131 60 122 120 35
Binary 1011001 10000101 1111 100001 0 1011001 110000 1010010 1010000 11101

Color Harmonies of #59850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59850F

Black with #59850F

Text Example


Text Example

White with #59850F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59850F; }

 p { color: rgb(89,133,15); }

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

background-color css

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

 a { background-color: rgb(89,133,15); }

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

border-color css

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

 span { border-color: rgb(89,133,15); }

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