#659F72

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

Shades of Oxley #659F72

Tints of Oxley #659F72

Color information

#659F72 (or 0x659F72) is unknown color: approx Oxley. HEX triplet: 65, 9F and 72. RGB value is (101,159,114). Sum of RGB (Red+Green+Blue) = 101+159+114=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 159 - color contains mainly: green. Hex color #659F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659F72 is #9A608D. Grayscale: #888888. Windows color (decimal): -10117262 or 7511909. OLE color: 7511909.

HSL color Cylindrical-coordinate representation of color #659F72: hue angle of 133.45º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659F72 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB101159114-
CMYK0.3600.280.38
HSL133.45º23.2%50.98%-
HSV(B)133.45º36.48%62.35%-
XYZ20.828.7820.38-
YUV136.53115.28102.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 159 (62.5% from 255) = 42.51%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=27.01%
G=42.51%
B=30.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011591140.3600.280.38133.4523.250.98
Hex659F722401C26851733
Octal14523716244034462052763
Binary11001011001111111100101001000111001001101000010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659F72; }

 p { color: rgb(101,159,114); }

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

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

 a { background-color: rgb(101,159,114); }

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

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

 span { border-color: rgb(101,159,114); }

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