Html Css Color HEX #59976B Oxley

📋 copy color: '#59976B'

red 89 ◦ green 151 ◦ blue 107

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

Shades of Oxley #59976B

Tints of Oxley #59976B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.52%

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 25.65%
G = 43.52%
B = 30.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#59976B (or 0x59976B) is known color: Oxley. HEX triplet: 59, 97 and 6B. RGB value is (89,151,107). Sum of RGB (Red+Green+Blue) = 89+151+107=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #59976B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59976B is #A66894. Grayscale: #7F7F7F. Windows color (decimal): -10905749 or 7051097. OLE color: 7051097.

HSL color Cylindrical-coordinate representation of color #59976B: hue angle of 137.42º 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 #59976B is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 151 107 -
CMYK 0.41 0 0.29 0.41
HSL 137.42º 0.26% 0.47% -
HSV(B) 137.42º 0.41% 0.59% -
XYZ 17.84 25.32 17.86 -
YUV 127.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 89 151 107 0.41 0 0.29 0.41 137.42 0.26 0.47
Hex 59 97 6B 29 0 1D 29 89 1A 2F
Octal 131 227 153 51 0 35 51 211 32 57
Binary 1011001 10010111 1101011 101001 0 11101 101001 10001001 11010 101111

Color Harmonies of #59976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59976B

Black with #59976B

Text Example


Text Example

White with #59976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59976B; }

 p { color: rgb(89,151,107); }

 H1.HeaderClassName
 {
   color: #59976B;
 }
 .AnyTagClassName
 {
   color: #59976B;
 }
</style>

background-color css

<style>
 a { background-color: #59976B; }

 a { background-color: rgb(89,151,107); }

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

border-color css

<style>
 span { border-color: #59976B; }

 span { border-color: rgb(89,151,107); }

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