#659277

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

Shades of Oxley #659277

Tints of Oxley #659277

Color information

#659277 (or 0x659277) is unknown color: approx Oxley. HEX triplet: 65, 92 and 77. RGB value is (101,146,119). Sum of RGB (Red+Green+Blue) = 101+146+119=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #659277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659277 is #9A6D88. Grayscale: #818181. Windows color (decimal): -10120585 or 7836261. OLE color: 7836261.

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

Color convert

RGB101146119-
CMYK0.3100.180.43
HSL144º18.22%48.43%-
HSV(B)144º30.82%57.25%-
XYZ18.9824.6621.21-
YUV129.47122.09107.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.60%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 119 (46.88% from 255) = 32.51%
R=27.60%
G=39.89%
B=32.51%

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
Decimal1011461190.3100.180.4314418.2248.43
Hex6592771F0122B901230
Octal14522216737022532202260
Binary1100101100100101110111111110100101010111001000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659277; }

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

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

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

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

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

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

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

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