Html Css Color HEX #59692D Dark Olive Green

📋 copy color: '#59692D'

red 89 ◦ green 105 ◦ blue 45

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

Shades of Dark Olive Green #59692D

Tints of Dark Olive Green #59692D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.93%

 BLUE value IS 45 (17.97% from 255) = 18.83%

R = 37.24%
G = 43.93%
B = 18.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#59692D (or 0x59692D) is known color: Dark Olive Green. HEX triplet: 59, 69 and 2D. RGB value is (89,105,45). Sum of RGB (Red+Green+Blue) = 89+105+45=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #59692D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59692D is #A696D2. Grayscale: #5D5D5D. Windows color (decimal): -10917587 or 2976089. OLE color: 2976089.

HSL color Cylindrical-coordinate representation of color #59692D: hue angle of 76º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59692D is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 89 105 45 -
CMYK 0.15 0 0.57 0.59
HSL 76º 0.4% 0.29% -
HSV(B) 76º 0.57% 0.41% -
XYZ 9.65 12.42 4.37 -
YUV 93.38 100.7 124.88 -
System Red Green Blue C M Y K H S L
Decimal 89 105 45 0.15 0 0.57 0.59 76 0.4 0.29
Hex 59 69 2D F 0 39 3B 4C 28 1D
Octal 131 151 55 17 0 71 73 114 50 35
Binary 1011001 1101001 101101 1111 0 111001 111011 1001100 101000 11101

Color Harmonies of #59692D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59692D

Black with #59692D

Text Example


Text Example

White with #59692D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59692D; }

 p { color: rgb(89,105,45); }

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

background-color css

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

 a { background-color: rgb(89,105,45); }

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

border-color css

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

 span { border-color: rgb(89,105,45); }

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