#65A280

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

Shades of Oxley #65A280

Tints of Oxley #65A280

Color information

#65A280 (or 0x65A280) is unknown color: approx Oxley. HEX triplet: 65, A2 and 80. RGB value is (101,162,128). Sum of RGB (Red+Green+Blue) = 101+162+128=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #65A280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A280 is #9A5D7F. Grayscale: #8B8B8B. Windows color (decimal): -10116480 or 8430181. OLE color: 8430181.

HSL color Cylindrical-coordinate representation of color #65A280: hue angle of 146.56º 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 #65A280 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB101162128-
CMYK0.3800.210.36
HSL146.56º24.7%51.57%-
HSV(B)146.56º37.65%63.53%-
XYZ22.1830.1725.08-
YUV139.88121.29100.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.83%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=25.83%
G=41.43%
B=32.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011621280.3800.210.36146.5624.751.57
Hex65A2802601524931934
Octal14524220046025442233164
Binary110010110100010100000001001100101011001001001001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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