#65A180

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

Shades of Oxley #65A180

Tints of Oxley #65A180

Color information

#65A180 (or 0x65A180) is unknown color: approx Oxley. HEX triplet: 65, A1 and 80. RGB value is (101,161,128). Sum of RGB (Red+Green+Blue) = 101+161+128=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 161 - color contains mainly: green. Hex color #65A180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A180 is #9A5E7F. Grayscale: #8B8B8B. Windows color (decimal): -10116736 or 8429925. OLE color: 8429925.

HSL color Cylindrical-coordinate representation of color #65A180: hue angle of 147º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65A180 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB101161128-
CMYK0.3700.200.37
HSL147º24.19%51.37%-
HSV(B)147º37.27%63.14%-
XYZ22.0129.8125.02-
YUV139.3121.62100.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.90%
GREEN value IS 161 (63.28% from 255) = 41.28%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=25.90%
G=41.28%
B=32.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1011611280.3700.200.3714724.1951.37
Hex65A1802501425931833
Octal14524120045024452233063
Binary110010110100001100000001001010101001001011001001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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