#65AA81

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

Shades of Oxley #65AA81

Tints of Oxley #65AA81

Color information

#65AA81 (or 0x65AA81) is unknown color: approx Oxley. HEX triplet: 65, AA and 81. RGB value is (101,170,129). Sum of RGB (Red+Green+Blue) = 101+170+129=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AA81 is #9A557E. Grayscale: #909090. Windows color (decimal): -10114431 or 8497765. OLE color: 8497765.

HSL color Cylindrical-coordinate representation of color #65AA81: hue angle of 144.35º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AA81 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB101170129-
CMYK0.4100.240.33
HSL144.35º28.87%53.14%-
HSV(B)144.35º40.59%66.67%-
XYZ23.733.125.91-
YUV144.69119.1496.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.25%
GREEN value IS 170 (66.80% from 255) = 42.5%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=25.25%
G=42.5%
B=32.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011701290.4100.240.33144.3528.8753.14
Hex65AA812901821901d35
Octal14525220151030412203565
Binary110010110101010100000011010010110001000011001000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,170,129); }

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

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

 a { background-color: rgb(101,170,129); }

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

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

 span { border-color: rgb(101,170,129); }

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