#76983B

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

Shades of Sushi #76983B

Tints of Sushi #76983B

Color information

#76983B (or 0x76983B) is unknown color: approx Sushi. HEX triplet: 76, 98 and 3B. RGB value is (118,152,59). Sum of RGB (Red+Green+Blue) = 118+152+59=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #76983B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76983B is #8967C4. Grayscale: #838383. Windows color (decimal): -9004997 or 3905654. OLE color: 3905654.

HSL color Cylindrical-coordinate representation of color #76983B: hue angle of 81.94º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76983B is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB11815259-
CMYK0.2200.610.40
HSL81.94º44.08%41.37%-
HSV(B)81.94º61.18%59.61%-
XYZ19.4926.628.25-
YUV131.2387.24118.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 152 (59.77% from 255) = 46.20%
BLUE value IS 59 (23.44% from 255) = 17.93%
R=35.87%
G=46.20%
B=17.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118152590.2200.610.4081.9444.0841.37
Hex76983B1603D28522c29
Octal1662307326075501225451
Binary1110110100110001110111011001111011010001010010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76983B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76983B; }

 p { color: rgb(118,152,59); }

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

<style>
 a { background-color: #76983B; }

 a { background-color: rgb(118,152,59); }

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

<style>
 span { border-color: #76983B; }

 span { border-color: rgb(118,152,59); }

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