#659978

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

Shades of Oxley #659978

Tints of Oxley #659978

Color information

#659978 (or 0x659978) is unknown color: approx Oxley. HEX triplet: 65, 99 and 78. RGB value is (101,153,120). Sum of RGB (Red+Green+Blue) = 101+153+120=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #659978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659978 is #9A6687. Grayscale: #858585. Windows color (decimal): -10118792 or 7903589. OLE color: 7903589.

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

Color convert

RGB101153120-
CMYK0.3400.220.4
HSL141.92º20.47%49.8%-
HSV(B)141.92º33.99%60%-
XYZ20.1526.9121.9-
YUV133.69120.27104.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=27.01%
G=40.91%
B=32.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1011531200.3400.220.4141.9220.4749.8
Hex65997822016288e1432
Octal14523117042026502162462
Binary11001011001100111110001000100101101010001000111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659978; }

 p { color: rgb(101,153,120); }

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

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

 a { background-color: rgb(101,153,120); }

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

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

 span { border-color: rgb(101,153,120); }

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