#659375

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

Shades of Oxley #659375

Tints of Oxley #659375

Color information

#659375 (or 0x659375) is unknown color: approx Oxley. HEX triplet: 65, 93 and 75. RGB value is (101,147,117). Sum of RGB (Red+Green+Blue) = 101+147+117=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #659375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659375 is #9A6C8A. Grayscale: #818181. Windows color (decimal): -10120331 or 7705445. OLE color: 7705445.

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

Color convert

RGB101147117-
CMYK0.3100.200.42
HSL140.87º18.55%48.63%-
HSV(B)140.87º31.29%57.65%-
XYZ19.0124.9220.64-
YUV129.83120.76107.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.67%
GREEN value IS 147 (57.81% from 255) = 40.27%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=27.67%
G=40.27%
B=32.05%

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
Decimal1011471170.3100.200.42140.8718.5548.63
Hex6593751F0142A8d1331
Octal14522316537024522152361
Binary1100101100100111110101111110101001010101000110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659375; }

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

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

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

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

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

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

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

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