#659873

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

Shades of Oxley #659873

Tints of Oxley #659873

Color information

#659873 (or 0x659873) is unknown color: approx Oxley. HEX triplet: 65, 98 and 73. RGB value is (101,152,115). Sum of RGB (Red+Green+Blue) = 101+152+115=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #659873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659873 is #9A678C. Grayscale: #848484. Windows color (decimal): -10119053 or 7575653. OLE color: 7575653.

HSL color Cylindrical-coordinate representation of color #659873: hue angle of 136.47º 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 #659873 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB101152115-
CMYK0.3400.240.40
HSL136.47º20.16%49.61%-
HSV(B)136.47º33.55%59.61%-
XYZ19.6926.4620.29-
YUV132.53118.1105.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.45%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 115 (45.31% from 255) = 31.25%
R=27.45%
G=41.30%
B=31.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011521150.3400.240.40136.4720.1649.61
Hex6598732201828881432
Octal14523016342030502102462
Binary11001011001100011100111000100110001010001000100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659873; }

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

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

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

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

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

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

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

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