#659879

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

Shades of Oxley #659879

Tints of Oxley #659879

Color information

#659879 (or 0x659879) is unknown color: approx Oxley. HEX triplet: 65, 98 and 79. RGB value is (101,152,121). Sum of RGB (Red+Green+Blue) = 101+152+121=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #659879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659879 is #9A6786. Grayscale: #858585. Windows color (decimal): -10119047 or 7968869. OLE color: 7968869.

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

Color convert

RGB101152121-
CMYK0.3400.200.40
HSL143.53º20.16%49.61%-
HSV(B)143.53º33.55%59.61%-
XYZ20.0526.622.17-
YUV133.22121.1105.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 152 (59.77% from 255) = 40.64%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=27.01%
G=40.64%
B=32.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011521210.3400.200.40143.5320.1649.61
Hex6598792201428901432
Octal14523017142024502202462
Binary11001011001100011110011000100101001010001001000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659879; }

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

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

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

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

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

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

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

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