#659872

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

Shades of Oxley #659872

Tints of Oxley #659872

Color information

#659872 (or 0x659872) is unknown color: approx Oxley. HEX triplet: 65, 98 and 72. RGB value is (101,152,114). Sum of RGB (Red+Green+Blue) = 101+152+114=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #659872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659872 is #9A678D. Grayscale: #848484. Windows color (decimal): -10119054 or 7510117. OLE color: 7510117.

HSL color Cylindrical-coordinate representation of color #659872: hue angle of 135.29º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659872 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB101152114-
CMYK0.3400.250.40
HSL135.29º20.16%49.61%-
HSV(B)135.29º33.55%59.61%-
XYZ19.6326.4419.99-
YUV132.42117.6105.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.52%
GREEN value IS 152 (59.77% from 255) = 41.42%
BLUE value IS 114 (44.92% from 255) = 31.06%
R=27.52%
G=41.42%
B=31.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011521140.3400.250.40135.2920.1649.61
Hex6598722201928871432
Octal14523016242031502072462
Binary11001011001100011100101000100110011010001000011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659872; }

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

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

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

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

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

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

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

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