Html Css Color HEX #59946E Oxley

📋 copy color: '#59946E'

red 89 ◦ green 148 ◦ blue 110

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

Shades of Oxley #59946E

Tints of Oxley #59946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.65%

 BLUE value IS 110 (43.36% from 255) = 31.7%

R = 25.65%
G = 42.65%
B = 31.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#59946E (or 0x59946E) is known color: Oxley. HEX triplet: 59, 94 and 6E. RGB value is (89,148,110). Sum of RGB (Red+Green+Blue) = 89+148+110=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #59946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59946E is #A66B91. Grayscale: #7E7E7E. Windows color (decimal): -10906514 or 7246937. OLE color: 7246937.

HSL color Cylindrical-coordinate representation of color #59946E: hue angle of 141.36º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59946E is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 148 110 -
CMYK 0.40 0 0.26 0.42
HSL 141.36º 0.25% 0.46% -
HSV(B) 141.36º 0.4% 0.58% -
XYZ 17.52 24.43 18.54 -
YUV 126.03 118.95 101.59 -
System Red Green Blue C M Y K H S L
Decimal 89 148 110 0.40 0 0.26 0.42 141.36 0.25 0.46
Hex 59 94 6E 28 0 1A 2A 8D 19 2E
Octal 131 224 156 50 0 32 52 215 31 56
Binary 1011001 10010100 1101110 101000 0 11010 101010 10001101 11001 101110

Color Harmonies of #59946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59946E

Black with #59946E

Text Example


Text Example

White with #59946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59946E; }

 p { color: rgb(89,148,110); }

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

background-color css

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

 a { background-color: rgb(89,148,110); }

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

border-color css

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

 span { border-color: rgb(89,148,110); }

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