#659870

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

Shades of Oxley #659870

Tints of Oxley #659870

Color information

#659870 (or 0x659870) is unknown color: approx Oxley. HEX triplet: 65, 98 and 70. RGB value is (101,152,112). Sum of RGB (Red+Green+Blue) = 101+152+112=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #659870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659870 is #9A678F. Grayscale: #848484. Windows color (decimal): -10119056 or 7379045. OLE color: 7379045.

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

Color convert

RGB101152112-
CMYK0.3400.260.40
HSL132.94º20.16%49.61%-
HSV(B)132.94º33.55%59.61%-
XYZ19.5226.3919.39-
YUV132.19116.6105.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.67%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=27.67%
G=41.64%
B=30.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011521120.3400.260.40132.9420.1649.61
Hex6598702201A28851432
Octal14523016042032502052462
Binary11001011001100011100001000100110101010001000010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659870; }

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

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

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

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

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

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

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

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