#659172

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

Shades of Oxley #659172

Tints of Oxley #659172

Color information

#659172 (or 0x659172) is unknown color: approx Oxley. HEX triplet: 65, 91 and 72. RGB value is (101,145,114). Sum of RGB (Red+Green+Blue) = 101+145+114=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #659172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659172 is #9A6E8D. Grayscale: #808080. Windows color (decimal): -10120846 or 7508325. OLE color: 7508325.

HSL color Cylindrical-coordinate representation of color #659172: hue angle of 137.73º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #659172 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB101145114-
CMYK0.3000.210.43
HSL137.73º17.89%48.24%-
HSV(B)137.73º30.34%56.86%-
XYZ18.5324.2319.62-
YUV128.31119.92108.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.06%
GREEN value IS 145 (57.03% from 255) = 40.28%
BLUE value IS 114 (44.92% from 255) = 31.67%
R=28.06%
G=40.28%
B=31.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011451140.3000.210.43137.7317.8948.24
Hex6591721E0152B8a1230
Octal14522116236025532122260
Binary1100101100100011110010111100101011010111000101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659172; }

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

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

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

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

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

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

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

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