#76B16A

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

Shades of Amulet #76B16A

Tints of Amulet #76B16A

Color information

#76B16A (or 0x76B16A) is unknown color: approx Amulet. HEX triplet: 76, B1 and 6A. RGB value is (118,177,106). Sum of RGB (Red+Green+Blue) = 118+177+106=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 177 - color contains mainly: green. Hex color #76B16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B16A is #894E95. Grayscale: #979797. Windows color (decimal): -8998550 or 6992246. OLE color: 6992246.

HSL color Cylindrical-coordinate representation of color #76B16A: hue angle of 109.86º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76B16A is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB118177106-
CMYK0.3300.400.31
HSL109.86º31.28%55.49%-
HSV(B)109.86º40.11%69.41%-
XYZ25.7936.3419.29-
YUV151.26102.45104.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.43%
GREEN value IS 177 (69.53% from 255) = 44.14%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=29.43%
G=44.14%
B=26.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181771060.3300.400.31109.8631.2855.49
Hex76B16A210281F6e1f37
Octal16626115241050371563767
Binary1110110101100011101010100001010100011111110111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,177,106); }

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

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

 a { background-color: rgb(118,177,106); }

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

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

 span { border-color: rgb(118,177,106); }

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