Shades of Sushi #76993A
Tints of Sushi #76993A
RGB
CMYK
RGB Variations
Color information
#76993A (or 0x76993A) is known color: Sushi. HEX triplet: 76, 99 and 3A. RGB value is (118,153,58). Sum of RGB (Red+Green+Blue) = 118+153+58=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #76993A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76993A is #8966C5. Grayscale: #848484. Windows color (decimal): -9004742 or 3840374. OLE color: 3840374.
HSL color Cylindrical-coordinate representation of color #76993A: hue angle of 82.11º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76993A is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 58 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.4 |
| HSL | 82.11º | 0.45% | 0.41% | - |
| HSV(B) | 82.11º | 0.62% | 0.6% | - |
| XYZ | 19.63 | 26.94 | 8.17 | - |
| YUV | 131.71 | 86.4 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 58 | 0.23 | 0 | 0.62 | 0.4 | 82.11 | 0.45 | 0.41 |
| Hex | 76 | 99 | 3A | 17 | 0 | 3E | 28 | 52 | 2D | 29 |
| Octal | 166 | 231 | 72 | 27 | 0 | 76 | 50 | 122 | 55 | 51 |
| Binary | 1110110 | 10011001 | 111010 | 10111 | 0 | 111110 | 101000 | 1010010 | 101101 | 101001 |
Color Harmonies of #76993A
Complementary color
Monochromatic Colors of #76993A
Black with #76993A
Text Example
Text Example
White with #76993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76993A; }
p { color: rgb(118,153,58); }
H1.HeaderClassName
{
color: #76993A;
}
.AnyTagClassName
{
color: #76993A;
}
</style>
background-color css
<style>
a { background-color: #76993A; }
a { background-color: rgb(118,153,58); }
div.DivClassName
{
background-color: #76993A;
}
.BgClassName
{
background-color: #76993A;
}
</style>
border-color css
<style>
span { border-color: #76993A; }
span { border-color: rgb(118,153,58); }
td.TdClassName
{
border-color: #76993A;
}
.TagClassName
{
border-color: #76993A;
}
</style>