#65AB76

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

Shades of Oxley #65AB76

Tints of Oxley #65AB76

Color information

#65AB76 (or 0x65AB76) is unknown color: approx Oxley. HEX triplet: 65, AB and 76. RGB value is (101,171,118). Sum of RGB (Red+Green+Blue) = 101+171+118=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AB76 is #9A5489. Grayscale: #909090. Windows color (decimal): -10114186 or 7777125. OLE color: 7777125.

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

Color convert

RGB101171118-
CMYK0.4100.310.33
HSL134.57º29.41%53.33%-
HSV(B)134.57º40.94%67.06%-
XYZ23.233.222.33-
YUV144.03113.3197.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.90%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=25.90%
G=43.85%
B=30.26%

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
Decimal1011711180.4100.310.33134.5729.4153.33
Hex65AB762901F21871d35
Octal14525316651037412073565
Binary11001011010101111101101010010111111000011000011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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