#65AA7A

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

Shades of Oxley #65AA7A

Tints of Oxley #65AA7A

Color information

#65AA7A (or 0x65AA7A) is unknown color: approx Oxley. HEX triplet: 65, AA and 7A. RGB value is (101,170,122). Sum of RGB (Red+Green+Blue) = 101+170+122=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AA7A is #9A5585. Grayscale: #909090. Windows color (decimal): -10114438 or 8039013. OLE color: 8039013.

HSL color Cylindrical-coordinate representation of color #65AA7A: hue angle of 138.26º 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 #65AA7A is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB101170122-
CMYK0.4100.280.33
HSL138.26º28.87%53.14%-
HSV(B)138.26º40.59%66.67%-
XYZ23.2532.9223.54-
YUV143.9115.6497.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.70%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=25.70%
G=43.26%
B=31.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011701220.4100.280.33138.2628.8753.14
Hex65AA7A2901C218a1d35
Octal14525217251034412123565
Binary11001011010101011110101010010111001000011000101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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