Shades of Sushi #76903A
Tints of Sushi #76903A
RGB
CMYK
RGB Variations
Color information
#76903A (or 0x76903A) is known color: Sushi. HEX triplet: 76, 90 and 3A. RGB value is (118,144,58). Sum of RGB (Red+Green+Blue) = 118+144+58=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #76903A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76903A is #896FC5. Grayscale: #7E7E7E. Windows color (decimal): -9007046 or 3838070. OLE color: 3838070.
HSL color Cylindrical-coordinate representation of color #76903A: hue angle of 78.14º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76903A is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 144 | 58 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.44 |
| HSL | 78.14º | 0.43% | 0.4% | - |
| HSV(B) | 78.14º | 0.6% | 0.56% | - |
| XYZ | 18.21 | 24.1 | 7.7 | - |
| YUV | 126.42 | 89.39 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 58 | 0.18 | 0 | 0.60 | 0.44 | 78.14 | 0.43 | 0.4 |
| Hex | 76 | 90 | 3A | 12 | 0 | 3C | 2C | 4E | 2B | 28 |
| Octal | 166 | 220 | 72 | 22 | 0 | 74 | 54 | 116 | 53 | 50 |
| Binary | 1110110 | 10010000 | 111010 | 10010 | 0 | 111100 | 101100 | 1001110 | 101011 | 101000 |
Color Harmonies of #76903A
Complementary color
Monochromatic Colors of #76903A
Black with #76903A
Text Example
Text Example
White with #76903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76903A; }
p { color: rgb(118,144,58); }
H1.HeaderClassName
{
color: #76903A;
}
.AnyTagClassName
{
color: #76903A;
}
</style>
background-color css
<style>
a { background-color: #76903A; }
a { background-color: rgb(118,144,58); }
div.DivClassName
{
background-color: #76903A;
}
.BgClassName
{
background-color: #76903A;
}
</style>
border-color css
<style>
span { border-color: #76903A; }
span { border-color: rgb(118,144,58); }
td.TdClassName
{
border-color: #76903A;
}
.TagClassName
{
border-color: #76903A;
}
</style>