#76A031

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

Shades of Sushi #76A031

Tints of Sushi #76A031

Color information

#76A031 (or 0x76A031) is unknown color: approx Sushi. HEX triplet: 76, A0 and 31. RGB value is (118,160,49). Sum of RGB (Red+Green+Blue) = 118+160+49=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #76A031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A031 is #895FCE. Grayscale: #878787. Windows color (decimal): -9002959 or 3252342. OLE color: 3252342.

HSL color Cylindrical-coordinate representation of color #76A031: hue angle of 82.7º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76A031 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB11816049-
CMYK0.2600.690.37
HSL82.7º53.11%40.98%-
HSV(B)82.7º69.38%62.75%-
XYZ20.629.217.46-
YUV134.7979.59116.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 160 (62.89% from 255) = 48.93%
BLUE value IS 49 (19.53% from 255) = 14.98%
R=36.09%
G=48.93%
B=14.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal118160490.2600.690.3782.753.1140.98
Hex76A0311A04525533529
Octal16624061320105451236551
Binary11101101010000011000111010010001011001011010011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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