#76A32C

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

Shades of Sushi #76A32C

Tints of Sushi #76A32C

Color information

#76A32C (or 0x76A32C) is unknown color: approx Sushi. HEX triplet: 76, A3 and 2C. RGB value is (118,163,44). Sum of RGB (Red+Green+Blue) = 118+163+44=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #76A32C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A32C is #895CD3. Grayscale: #888888. Windows color (decimal): -9002196 or 2925430. OLE color: 2925430.

HSL color Cylindrical-coordinate representation of color #76A32C: hue angle of 82.69º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76A32C is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB11816344-
CMYK0.2800.730.36
HSL82.69º57.49%40.59%-
HSV(B)82.69º73.01%63.92%-
XYZ21.0230.237.11-
YUV135.9876.09115.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 163 (64.06% from 255) = 50.15%
BLUE value IS 44 (17.58% from 255) = 13.54%
R=36.31%
G=50.15%
B=13.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118163440.2800.730.3682.6957.4940.59
Hex76A32C1C04924533929
Octal16624354340111441237151
Binary11101101010001110110011100010010011001001010011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,163,44); }

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

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

 a { background-color: rgb(118,163,44); }

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

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

 span { border-color: rgb(118,163,44); }

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