#659379

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

Shades of Oxley #659379

Tints of Oxley #659379

Color information

#659379 (or 0x659379) is unknown color: approx Oxley. HEX triplet: 65, 93 and 79. RGB value is (101,147,121). Sum of RGB (Red+Green+Blue) = 101+147+121=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #659379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659379 is #9A6C86. Grayscale: #828282. Windows color (decimal): -10120327 or 7967589. OLE color: 7967589.

HSL color Cylindrical-coordinate representation of color #659379: hue angle of 146.09º 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 #659379 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB101147121-
CMYK0.3100.180.42
HSL146.09º18.55%48.63%-
HSV(B)146.09º31.29%57.65%-
XYZ19.2525.0121.9-
YUV130.28122.76107.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.37%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 121 (47.66% from 255) = 32.79%
R=27.37%
G=39.84%
B=32.79%

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
Decimal1011471210.3100.180.42146.0918.5548.63
Hex6593791F0122A921331
Octal14522317137022522222361
Binary1100101100100111111001111110100101010101001001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659379; }

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

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

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

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

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

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

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

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