#76A731

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

Shades of Sushi #76A731

Tints of Sushi #76A731

Color information

#76A731 (or 0x76A731) is unknown color: approx Sushi. HEX triplet: 76, A7 and 31. RGB value is (118,167,49). Sum of RGB (Red+Green+Blue) = 118+167+49=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 167 (65.62% from 255 or 50% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 167 - color contains mainly: green. Hex color #76A731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A731 is #8958CE. Grayscale: #8B8B8B. Windows color (decimal): -9001167 or 3254134. OLE color: 3254134.

HSL color Cylindrical-coordinate representation of color #76A731: hue angle of 84.92º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76A731 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB11816749-
CMYK0.2900.710.35
HSL84.92º54.63%42.35%-
HSV(B)84.92º70.66%65.49%-
XYZ21.8431.717.88-
YUV138.977.27113.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 167 (65.62% from 255) = 50%
BLUE value IS 49 (19.53% from 255) = 14.67%
R=35.33%
G=50%
B=14.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118167490.2900.710.3584.9254.6342.35
Hex76A7311D0472355372a
Octal16624761350107431256752
Binary11101101010011111000111101010001111000111010101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,167,49); }

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

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

 a { background-color: rgb(118,167,49); }

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

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

 span { border-color: rgb(118,167,49); }

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