Html Css Color HEX #59916C Oxley

📋 copy color: '#59916C'

red 89 ◦ green 145 ◦ blue 108

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

Shades of Oxley #59916C

Tints of Oxley #59916C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.4%

 BLUE value IS 108 (42.58% from 255) = 31.58%

R = 26.02%
G = 42.4%
B = 31.58%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#59916C (or 0x59916C) is known color: Oxley. HEX triplet: 59, 91 and 6C. RGB value is (89,145,108). Sum of RGB (Red+Green+Blue) = 89+145+108=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #59916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59916C is #A66E93. Grayscale: #7C7C7C. Windows color (decimal): -10907284 or 7115097. OLE color: 7115097.

HSL color Cylindrical-coordinate representation of color #59916C: hue angle of 140.36º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59916C is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 145 108 -
CMYK 0.39 0 0.26 0.43
HSL 140.36º 0.24% 0.46% -
HSV(B) 140.36º 0.39% 0.57% -
XYZ 16.95 23.46 17.82 -
YUV 124.04 118.95 103.01 -
System Red Green Blue C M Y K H S L
Decimal 89 145 108 0.39 0 0.26 0.43 140.36 0.24 0.46
Hex 59 91 6C 27 0 1A 2B 8C 18 2E
Octal 131 221 154 47 0 32 53 214 30 56
Binary 1011001 10010001 1101100 100111 0 11010 101011 10001100 11000 101110

Color Harmonies of #59916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59916C

Black with #59916C

Text Example


Text Example

White with #59916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59916C; }

 p { color: rgb(89,145,108); }

 H1.HeaderClassName
 {
   color: #59916C;
 }
 .AnyTagClassName
 {
   color: #59916C;
 }
</style>

background-color css

<style>
 a { background-color: #59916C; }

 a { background-color: rgb(89,145,108); }

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

border-color css

<style>
 span { border-color: #59916C; }

 span { border-color: rgb(89,145,108); }

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