#65A580

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

Shades of Oxley #65A580

Tints of Oxley #65A580

Color information

#65A580 (or 0x65A580) is unknown color: approx Oxley. HEX triplet: 65, A5 and 80. RGB value is (101,165,128). Sum of RGB (Red+Green+Blue) = 101+165+128=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 165 - color contains mainly: green. Hex color #65A580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A580 is #9A5A7F. Grayscale: #8D8D8D. Windows color (decimal): -10115712 or 8430949. OLE color: 8430949.

HSL color Cylindrical-coordinate representation of color #65A580: hue angle of 145.31º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65A580 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB101165128-
CMYK0.3900.220.35
HSL145.31º26.23%52.16%-
HSV(B)145.31º38.79%64.71%-
XYZ22.7231.2425.25-
YUV141.65120.399.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.63%
GREEN value IS 165 (64.84% from 255) = 41.88%
BLUE value IS 128 (50.39% from 255) = 32.49%
R=25.63%
G=41.88%
B=32.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011651280.3900.220.35145.3126.2352.16
Hex65A5802701623911a34
Octal14524520047026432213264
Binary110010110100101100000001001110101101000111001000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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