#76AB7C

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

Shades of Oxley #76AB7C

Tints of Oxley #76AB7C

Color information

#76AB7C (or 0x76AB7C) is unknown color: approx Oxley. HEX triplet: 76, AB and 7C. RGB value is (118,171,124). Sum of RGB (Red+Green+Blue) = 118+171+124=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AB7C is #895483. Grayscale: #959595. Windows color (decimal): -9000068 or 8170358. OLE color: 8170358.

HSL color Cylindrical-coordinate representation of color #76AB7C: hue angle of 126.79º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AB7C is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB118171124-
CMYK0.3100.270.33
HSL126.79º23.98%56.67%-
HSV(B)126.79º30.99%67.06%-
XYZ25.6734.4324.36-
YUV149.79113.44105.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.57%
GREEN value IS 171 (67.19% from 255) = 41.40%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=28.57%
G=41.40%
B=30.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181711240.3100.270.33126.7923.9856.67
Hex76AB7C1F01B217f1839
Octal16625317437033411773071
Binary111011010101011111110011111011011100001111111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76AB7C; }

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

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

<style>
 a { background-color: #76AB7C; }

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

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

<style>
 span { border-color: #76AB7C; }

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

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