#659272

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

Shades of Oxley #659272

Tints of Oxley #659272

Color information

#659272 (or 0x659272) is unknown color: approx Oxley. HEX triplet: 65, 92 and 72. RGB value is (101,146,114). Sum of RGB (Red+Green+Blue) = 101+146+114=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #659272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659272 is #9A6D8D. Grayscale: #808080. Windows color (decimal): -10120590 or 7508581. OLE color: 7508581.

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

Color convert

RGB101146114-
CMYK0.3100.220.43
HSL137.33º18.22%48.43%-
HSV(B)137.33º30.82%57.25%-
XYZ18.6824.5419.67-
YUV128.9119.59108.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.98%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 114 (44.92% from 255) = 31.58%
R=27.98%
G=40.44%
B=31.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011461140.3100.220.43137.3318.2248.43
Hex6592721F0162B891230
Octal14522216237026532112260
Binary1100101100100101110010111110101101010111000100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659272; }

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

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

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

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

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

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

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

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