#76993E

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

Shades of Sushi #76993E

Tints of Sushi #76993E

Color information

#76993E (or 0x76993E) is unknown color: approx Sushi. HEX triplet: 76, 99 and 3E. RGB value is (118,153,62). Sum of RGB (Red+Green+Blue) = 118+153+62=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #76993E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76993E is #8966C1. Grayscale: #848484. Windows color (decimal): -9004738 or 4102518. OLE color: 4102518.

HSL color Cylindrical-coordinate representation of color #76993E: hue angle of 83.08º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76993E is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB11815362-
CMYK0.2300.590.4
HSL83.08º42.33%42.16%-
HSV(B)83.08º59.48%60%-
XYZ19.7326.988.73-
YUV132.1688.4117.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 153 (60.16% from 255) = 45.95%
BLUE value IS 62 (24.61% from 255) = 18.62%
R=35.44%
G=45.95%
B=18.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118153620.2300.590.483.0842.3342.16
Hex76993E1703B28532a2a
Octal1662317627073501235252
Binary1110110100110011111101011101110111010001010011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76993E; }

 p { color: rgb(118,153,62); }

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

<style>
 a { background-color: #76993E; }

 a { background-color: rgb(118,153,62); }

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

<style>
 span { border-color: #76993E; }

 span { border-color: rgb(118,153,62); }

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