Html Css Color HEX #59966D Oxley

📋 copy color: '#59966D'

red 89 ◦ green 150 ◦ blue 109

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

Shades of Oxley #59966D

Tints of Oxley #59966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.1%

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 25.57%
G = 43.1%
B = 31.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#59966D (or 0x59966D) is known color: Oxley. HEX triplet: 59, 96 and 6D. RGB value is (89,150,109). Sum of RGB (Red+Green+Blue) = 89+150+109=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #59966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59966D is #A66992. Grayscale: #7F7F7F. Windows color (decimal): -10906003 or 7181913. OLE color: 7181913.

HSL color Cylindrical-coordinate representation of color #59966D: hue angle of 139.67º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59966D is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 150 109 -
CMYK 0.41 0 0.27 0.41
HSL 139.67º 0.26% 0.47% -
HSV(B) 139.67º 0.41% 0.59% -
XYZ 17.79 25.04 18.36 -
YUV 127.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 89 150 109 0.41 0 0.27 0.41 139.67 0.26 0.47
Hex 59 96 6D 29 0 1B 29 8C 1A 2F
Octal 131 226 155 51 0 33 51 214 32 57
Binary 1011001 10010110 1101101 101001 0 11011 101001 10001100 11010 101111

Color Harmonies of #59966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59966D

Black with #59966D

Text Example


Text Example

White with #59966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,150,109); }

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

background-color css

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

 a { background-color: rgb(89,150,109); }

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

border-color css

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

 span { border-color: rgb(89,150,109); }

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