#65A273

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

Shades of Oxley #65A273

Tints of Oxley #65A273

Color information

#65A273 (or 0x65A273) is unknown color: approx Oxley. HEX triplet: 65, A2 and 73. RGB value is (101,162,115). Sum of RGB (Red+Green+Blue) = 101+162+115=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #65A273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A273 is #9A5D8C. Grayscale: #8A8A8A. Windows color (decimal): -10116493 or 7578213. OLE color: 7578213.

HSL color Cylindrical-coordinate representation of color #65A273: hue angle of 133.77º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A273 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB101162115-
CMYK0.3800.290.36
HSL133.77º24.7%51.57%-
HSV(B)133.77º37.65%63.53%-
XYZ21.3829.8520.85-
YUV138.4114.79101.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 162 (63.67% from 255) = 42.86%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=26.72%
G=42.86%
B=30.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011621150.3800.290.36133.7724.751.57
Hex65A2732601D24861934
Octal14524216346035442063164
Binary11001011010001011100111001100111011001001000011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A273; }

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

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

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

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

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

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

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

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