#659278

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

Shades of Oxley #659278

Tints of Oxley #659278

Color information

#659278 (or 0x659278) is unknown color: approx Oxley. HEX triplet: 65, 92 and 78. RGB value is (101,146,120). Sum of RGB (Red+Green+Blue) = 101+146+120=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #659278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659278 is #9A6D87. Grayscale: #818181. Windows color (decimal): -10120584 or 7901797. OLE color: 7901797.

HSL color Cylindrical-coordinate representation of color #659278: hue angle of 145.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #659278 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB101146120-
CMYK0.3100.180.43
HSL145.33º18.22%48.43%-
HSV(B)145.33º30.82%57.25%-
XYZ19.0424.6821.53-
YUV129.58122.59107.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.52%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=27.52%
G=39.78%
B=32.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011461200.3100.180.43145.3318.2248.43
Hex6592781F0122B911230
Octal14522217037022532212260
Binary1100101100100101111000111110100101010111001000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659278; }

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

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

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

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

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

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

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

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