#76AC7D

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

Shades of Oxley #76AC7D

Tints of Oxley #76AC7D

Color information

#76AC7D (or 0x76AC7D) is unknown color: approx Oxley. HEX triplet: 76, AC and 7D. RGB value is (118,172,125). Sum of RGB (Red+Green+Blue) = 118+172+125=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AC7D is #895382. Grayscale: #969696. Windows color (decimal): -8999811 or 8236150. OLE color: 8236150.

HSL color Cylindrical-coordinate representation of color #76AC7D: hue angle of 127.78º degrees, saturation: 0.25, 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 #76AC7D is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB118172125-
CMYK0.3100.270.33
HSL127.78º24.55%56.86%-
HSV(B)127.78º31.4%67.45%-
XYZ25.9334.8424.76-
YUV150.5113.61104.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.43%
GREEN value IS 172 (67.58% from 255) = 41.45%
BLUE value IS 125 (49.22% from 255) = 30.12%
R=28.43%
G=41.45%
B=30.12%

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
Decimal1181721250.3100.270.33127.7824.5556.86
Hex76AC7D1F01B21801939
Octal16625417537033412003171
Binary1110110101011001111101111110110111000011000000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,172,125); }

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

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

 a { background-color: rgb(118,172,125); }

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

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

 span { border-color: rgb(118,172,125); }

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