#659376

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

Shades of Oxley #659376

Tints of Oxley #659376

Color information

#659376 (or 0x659376) is unknown color: approx Oxley. HEX triplet: 65, 93 and 76. RGB value is (101,147,118). Sum of RGB (Red+Green+Blue) = 101+147+118=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #659376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659376 is #9A6C89. Grayscale: #828282. Windows color (decimal): -10120330 or 7770981. OLE color: 7770981.

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

Color convert

RGB101147118-
CMYK0.3100.200.42
HSL142.17º18.55%48.63%-
HSV(B)142.17º31.29%57.65%-
XYZ19.0724.9420.95-
YUV129.94121.26107.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.60%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=27.60%
G=40.16%
B=32.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011471180.3100.200.42142.1718.5548.63
Hex6593761F0142A8e1331
Octal14522316637024522162361
Binary1100101100100111110110111110101001010101000111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659376; }

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

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

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

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

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

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

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

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