#659878

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

Shades of Oxley #659878

Tints of Oxley #659878

Color information

#659878 (or 0x659878) is unknown color: approx Oxley. HEX triplet: 65, 98 and 78. RGB value is (101,152,120). Sum of RGB (Red+Green+Blue) = 101+152+120=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #659878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659878 is #9A6787. Grayscale: #858585. Windows color (decimal): -10119048 or 7903333. OLE color: 7903333.

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

Color convert

RGB101152120-
CMYK0.3400.210.40
HSL142.35º20.16%49.61%-
HSV(B)142.35º33.55%59.61%-
XYZ19.9926.5821.85-
YUV133.1120.6105.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.08%
GREEN value IS 152 (59.77% from 255) = 40.75%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=27.08%
G=40.75%
B=32.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011521200.3400.210.40142.3520.1649.61
Hex65987822015288e1432
Octal14523017042025502162462
Binary11001011001100011110001000100101011010001000111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659878; }

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

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

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

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

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

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

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

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