#599668

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

Shades of Oxley #599668

Tints of Oxley #599668

Color information

#599668 (or 0x599668) is unknown color: approx Oxley. HEX triplet: 59, 96 and 68. RGB value is (89,150,104). Sum of RGB (Red+Green+Blue) = 89+150+104=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #599668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599668 is #A66997. Grayscale: #7E7E7E. Windows color (decimal): -10906008 or 6854233. OLE color: 6854233.

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

Color convert

RGB89150104-
CMYK0.4100.310.41
HSL134.75º25.52%46.86%-
HSV(B)134.75º40.67%58.82%-
XYZ17.5224.9416.99-
YUV126.52115.29101.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.95%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=25.95%
G=43.73%
B=30.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891501040.4100.310.41134.7525.5246.86
Hex5996682901F29871a2f
Octal13122615051037512073257
Binary10110011001011011010001010010111111010011000011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599668; }

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

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

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

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

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

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

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

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