#659378

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

Shades of Oxley #659378

Tints of Oxley #659378

Color information

#659378 (or 0x659378) is unknown color: approx Oxley. HEX triplet: 65, 93 and 78. RGB value is (101,147,120). Sum of RGB (Red+Green+Blue) = 101+147+120=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #659378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659378 is #9A6C87. Grayscale: #828282. Windows color (decimal): -10120328 or 7902053. OLE color: 7902053.

HSL color Cylindrical-coordinate representation of color #659378: hue angle of 144.78º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #659378 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB101147120-
CMYK0.3100.180.42
HSL144.78º18.55%48.63%-
HSV(B)144.78º31.29%57.65%-
XYZ19.1924.9921.58-
YUV130.17122.26107.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.45%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 120 (47.27% from 255) = 32.61%
R=27.45%
G=39.95%
B=32.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011471200.3100.180.42144.7818.5548.63
Hex6593781F0122A911331
Octal14522317037022522212361
Binary1100101100100111111000111110100101010101001000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659378; }

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

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

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

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

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

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

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

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