#659273

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

Shades of Oxley #659273

Tints of Oxley #659273

Color information

#659273 (or 0x659273) is unknown color: approx Oxley. HEX triplet: 65, 92 and 73. RGB value is (101,146,115). Sum of RGB (Red+Green+Blue) = 101+146+115=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #659273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659273 is #9A6D8C. Grayscale: #818181. Windows color (decimal): -10120589 or 7574117. OLE color: 7574117.

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

Color convert

RGB101146115-
CMYK0.3100.210.43
HSL138.67º18.22%48.43%-
HSV(B)138.67º30.82%57.25%-
XYZ18.7424.5619.97-
YUV129.01120.09108.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 146 (57.42% from 255) = 40.33%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=27.90%
G=40.33%
B=31.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011461150.3100.210.43138.6718.2248.43
Hex6592731F0152B8b1230
Octal14522216337025532132260
Binary1100101100100101110011111110101011010111000101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659273; }

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

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

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

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

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

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

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

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