Shades of Sushi #7D993C
Tints of Sushi #7D993C
RGB
CMYK
RGB Variations
Color information
#7D993C (or 0x7D993C) is known color: Sushi. HEX triplet: 7D, 99 and 3C. RGB value is (125,153,60). Sum of RGB (Red+Green+Blue) = 125+153+60=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #7D993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D993C is #8266C3. Grayscale: #868686. Windows color (decimal): -8545988 or 3971453. OLE color: 3971453.
HSL color Cylindrical-coordinate representation of color #7D993C: hue angle of 78.06º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D993C is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 153 | 60 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.4 |
| HSL | 78.06º | 0.44% | 0.42% | - |
| HSV(B) | 78.06º | 0.61% | 0.6% | - |
| XYZ | 20.66 | 27.47 | 8.49 | - |
| YUV | 134.03 | 86.22 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 153 | 60 | 0.18 | 0 | 0.61 | 0.4 | 78.06 | 0.44 | 0.42 |
| Hex | 7D | 99 | 3C | 12 | 0 | 3D | 28 | 4E | 2C | 2A |
| Octal | 175 | 231 | 74 | 22 | 0 | 75 | 50 | 116 | 54 | 52 |
| Binary | 1111101 | 10011001 | 111100 | 10010 | 0 | 111101 | 101000 | 1001110 | 101100 | 101010 |
Color Harmonies of #7D993C
Complementary color
Monochromatic Colors of #7D993C
Black with #7D993C
Text Example
Text Example
White with #7D993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D993C; }
p { color: rgb(125,153,60); }
H1.HeaderClassName
{
color: #7D993C;
}
.AnyTagClassName
{
color: #7D993C;
}
</style>
background-color css
<style>
a { background-color: #7D993C; }
a { background-color: rgb(125,153,60); }
div.DivClassName
{
background-color: #7D993C;
}
.BgClassName
{
background-color: #7D993C;
}
</style>
border-color css
<style>
span { border-color: #7D993C; }
span { border-color: rgb(125,153,60); }
td.TdClassName
{
border-color: #7D993C;
}
.TagClassName
{
border-color: #7D993C;
}
</style>