#65AA76

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

Shades of Oxley #65AA76

Tints of Oxley #65AA76

Color information

#65AA76 (or 0x65AA76) is unknown color: approx Oxley. HEX triplet: 65, AA and 76. RGB value is (101,170,118). Sum of RGB (Red+Green+Blue) = 101+170+118=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AA76 is #9A5589. Grayscale: #8F8F8F. Windows color (decimal): -10114442 or 7776869. OLE color: 7776869.

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

Color convert

RGB101170118-
CMYK0.4100.310.33
HSL134.78º28.87%53.14%-
HSV(B)134.78º40.59%66.67%-
XYZ23.0132.8222.26-
YUV143.44113.6497.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.96%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=25.96%
G=43.70%
B=30.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011701180.4100.310.33134.7828.8753.14
Hex65AA762901F21871d35
Octal14525216651037412073565
Binary11001011010101011101101010010111111000011000011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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