#599F68

Color #599F68 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #599F68

Tints of Oxley #599F68

Color information

#599F68 (or 0x599F68) is unknown color: approx Oxley. HEX triplet: 59, 9F and 68. RGB value is (89,159,104). Sum of RGB (Red+Green+Blue) = 89+159+104=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #599F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599F68 is #A66097. Grayscale: #838383. Windows color (decimal): -10903704 or 6856537. OLE color: 6856537.

HSL color Cylindrical-coordinate representation of color #599F68: hue angle of 132.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599F68 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB89159104-
CMYK0.4400.350.38
HSL132.86º28.23%48.63%-
HSV(B)132.86º44.03%62.35%-
XYZ19.0227.9217.48-
YUV131.8112.3197.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 159 (62.5% from 255) = 45.17%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=25.28%
G=45.17%
B=29.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891591040.4400.350.38132.8628.2348.63
Hex599F682C02326851c31
Octal13123715054043462053461
Binary101100110011111110100010110001000111001101000010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599F68; }

 p { color: rgb(89,159,104); }

 H1.HeaderClassName
 {
   color: #599F68;
 }
 .AnyTagClassName
 {
   color: #599F68;
 }
</style>
background-color css

<style>
 a { background-color: #599F68; }

 a { background-color: rgb(89,159,104); }

 div.DivClassName
 {
   background-color: #599F68;
 }
 .BgClassName
 {
   background-color: #599F68;
 }
</style>
border-color css

<style>
 span { border-color: #599F68; }

 span { border-color: rgb(89,159,104); }

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