Shades of Sushi #7B993C
Tints of Sushi #7B993C
RGB
CMYK
RGB Variations
Color information
#7B993C (or 0x7B993C) is known color: Sushi. HEX triplet: 7B, 99 and 3C. RGB value is (123,153,60). Sum of RGB (Red+Green+Blue) = 123+153+60=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #7B993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B993C is #8466C3. Grayscale: #858585. Windows color (decimal): -8677060 or 3971451. OLE color: 3971451.
HSL color Cylindrical-coordinate representation of color #7B993C: hue angle of 79.35º 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 #7B993C is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 153 | 60 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.4 |
| HSL | 79.35º | 0.44% | 0.42% | - |
| HSV(B) | 79.35º | 0.61% | 0.6% | - |
| XYZ | 20.38 | 27.32 | 8.47 | - |
| YUV | 133.43 | 86.56 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 153 | 60 | 0.20 | 0 | 0.61 | 0.4 | 79.35 | 0.44 | 0.42 |
| Hex | 7B | 99 | 3C | 14 | 0 | 3D | 28 | 4F | 2C | 2A |
| Octal | 173 | 231 | 74 | 24 | 0 | 75 | 50 | 117 | 54 | 52 |
| Binary | 1111011 | 10011001 | 111100 | 10100 | 0 | 111101 | 101000 | 1001111 | 101100 | 101010 |
Color Harmonies of #7B993C
Complementary color
Monochromatic Colors of #7B993C
Black with #7B993C
Text Example
Text Example
White with #7B993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B993C; }
p { color: rgb(123,153,60); }
H1.HeaderClassName
{
color: #7B993C;
}
.AnyTagClassName
{
color: #7B993C;
}
</style>
background-color css
<style>
a { background-color: #7B993C; }
a { background-color: rgb(123,153,60); }
div.DivClassName
{
background-color: #7B993C;
}
.BgClassName
{
background-color: #7B993C;
}
</style>
border-color css
<style>
span { border-color: #7B993C; }
span { border-color: rgb(123,153,60); }
td.TdClassName
{
border-color: #7B993C;
}
.TagClassName
{
border-color: #7B993C;
}
</style>