Html Css Color HEX #59692C Dark Olive Green

📋 copy color: '#59692C'

red 89 ◦ green 105 ◦ blue 44

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

Shades of Dark Olive Green #59692C

Tints of Dark Olive Green #59692C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.49%

R = 37.39%
G = 44.12%
B = 18.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#59692C (or 0x59692C) is known color: Dark Olive Green. HEX triplet: 59, 69 and 2C. RGB value is (89,105,44). Sum of RGB (Red+Green+Blue) = 89+105+44=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #59692C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59692C is #A696D3. Grayscale: #5D5D5D. Windows color (decimal): -10917588 or 2910553. OLE color: 2910553.

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

Color convert

RGB 89 105 44 -
CMYK 0.15 0 0.58 0.59
HSL 75.74º 0.41% 0.29% -
HSV(B) 75.74º 0.58% 0.41% -
XYZ 9.63 12.41 4.27 -
YUV 93.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 89 105 44 0.15 0 0.58 0.59 75.74 0.41 0.29
Hex 59 69 2C F 0 3A 3B 4C 29 1D
Octal 131 151 54 17 0 72 73 114 51 35
Binary 1011001 1101001 101100 1111 0 111010 111011 1001100 101001 11101

Color Harmonies of #59692C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59692C

Black with #59692C

Text Example


Text Example

White with #59692C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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