Html Css Color HEX #59906A Oxley

📋 copy color: '#59906A'

red 89 ◦ green 144 ◦ blue 106

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

Shades of Oxley #59906A

Tints of Oxley #59906A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.48%

 BLUE value IS 106 (41.8% from 255) = 31.27%

R = 26.25%
G = 42.48%
B = 31.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#59906A (or 0x59906A) is known color: Oxley. HEX triplet: 59, 90 and 6A. RGB value is (89,144,106). Sum of RGB (Red+Green+Blue) = 89+144+106=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #59906A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59906A is #A66F95. Grayscale: #7B7B7B. Windows color (decimal): -10907542 or 6983769. OLE color: 6983769.

HSL color Cylindrical-coordinate representation of color #59906A: hue angle of 138.55º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59906A is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 144 106 -
CMYK 0.38 0 0.26 0.44
HSL 138.55º 0.24% 0.46% -
HSV(B) 138.55º 0.38% 0.56% -
XYZ 16.69 23.11 17.22 -
YUV 123.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 89 144 106 0.38 0 0.26 0.44 138.55 0.24 0.46
Hex 59 90 6A 26 0 1A 2C 8B 18 2E
Octal 131 220 152 46 0 32 54 213 30 56
Binary 1011001 10010000 1101010 100110 0 11010 101100 10001011 11000 101110

Color Harmonies of #59906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59906A

Black with #59906A

Text Example


Text Example

White with #59906A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59906A; }

 p { color: rgb(89,144,106); }

 H1.HeaderClassName
 {
   color: #59906A;
 }
 .AnyTagClassName
 {
   color: #59906A;
 }
</style>

background-color css

<style>
 a { background-color: #59906A; }

 a { background-color: rgb(89,144,106); }

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

border-color css

<style>
 span { border-color: #59906A; }

 span { border-color: rgb(89,144,106); }

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