Html Css Color HEX #59946F Oxley

📋 copy color: '#59946F'

red 89 ◦ green 148 ◦ blue 111

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

Shades of Oxley #59946F

Tints of Oxley #59946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 25.57%
G = 42.53%
B = 31.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#59946F (or 0x59946F) is known color: Oxley. HEX triplet: 59, 94 and 6F. RGB value is (89,148,111). Sum of RGB (Red+Green+Blue) = 89+148+111=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #59946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59946F is #A66B90. Grayscale: #7E7E7E. Windows color (decimal): -10906513 or 7312473. OLE color: 7312473.

HSL color Cylindrical-coordinate representation of color #59946F: hue angle of 142.37º 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 #59946F is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 148 111 -
CMYK 0.40 0 0.25 0.42
HSL 142.37º 0.25% 0.46% -
HSV(B) 142.37º 0.4% 0.58% -
XYZ 17.58 24.45 18.83 -
YUV 126.14 119.45 101.51 -
System Red Green Blue C M Y K H S L
Decimal 89 148 111 0.40 0 0.25 0.42 142.37 0.25 0.46
Hex 59 94 6F 28 0 19 2A 8E 19 2E
Octal 131 224 157 50 0 31 52 216 31 56
Binary 1011001 10010100 1101111 101000 0 11001 101010 10001110 11001 101110

Color Harmonies of #59946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59946F

Black with #59946F

Text Example


Text Example

White with #59946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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