#76973A

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

Shades of Sushi #76973A

Tints of Sushi #76973A

Color information

#76973A (or 0x76973A) is unknown color: approx Sushi. HEX triplet: 76, 97 and 3A. RGB value is (118,151,58). Sum of RGB (Red+Green+Blue) = 118+151+58=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #76973A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76973A is #8968C5. Grayscale: #828282. Windows color (decimal): -9005254 or 3839862. OLE color: 3839862.

HSL color Cylindrical-coordinate representation of color #76973A: hue angle of 81.29º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76973A is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB11815158-
CMYK0.2200.620.41
HSL81.29º44.5%40.98%-
HSV(B)81.29º61.59%59.22%-
XYZ19.326.298.06-
YUV130.5387.07119.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 151 (59.38% from 255) = 46.18%
BLUE value IS 58 (23.05% from 255) = 17.74%
R=36.09%
G=46.18%
B=17.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118151580.2200.620.4181.2944.540.98
Hex76973A1603E29512c29
Octal1662277226076511215451
Binary1110110100101111110101011001111101010011010001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76973A; }

 p { color: rgb(118,151,58); }

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

<style>
 a { background-color: #76973A; }

 a { background-color: rgb(118,151,58); }

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

<style>
 span { border-color: #76973A; }

 span { border-color: rgb(118,151,58); }

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