Shades of Sushi #7CA534
Tints of Sushi #7CA534
RGB
CMYK
RGB Variations
Color information
#7CA534 (or 0x7CA534) is known color: Sushi. HEX triplet: 7C, A5 and 34. RGB value is (124,165,52). Sum of RGB (Red+Green+Blue) = 124+165+52=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA534 is #835ACB. Grayscale: #8C8C8C. Windows color (decimal): -8608460 or 3450236. OLE color: 3450236.
HSL color Cylindrical-coordinate representation of color #7CA534: hue angle of 81.77º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7CA534 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 165 | 52 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.35 |
| HSL | 81.77º | 0.52% | 0.43% | - |
| HSV(B) | 81.77º | 0.68% | 0.65% | - |
| XYZ | 22.39 | 31.44 | 8.14 | - |
| YUV | 139.86 | 78.42 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 165 | 52 | 0.25 | 0 | 0.68 | 0.35 | 81.77 | 0.52 | 0.43 |
| Hex | 7C | A5 | 34 | 19 | 0 | 44 | 23 | 52 | 34 | 2B |
| Octal | 174 | 245 | 64 | 31 | 0 | 104 | 43 | 122 | 64 | 53 |
| Binary | 1111100 | 10100101 | 110100 | 11001 | 0 | 1000100 | 100011 | 1010010 | 110100 | 101011 |
Color Harmonies of #7CA534
Complementary color
Monochromatic Colors of #7CA534
Black with #7CA534
Text Example
Text Example
White with #7CA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA534; }
p { color: rgb(124,165,52); }
H1.HeaderClassName
{
color: #7CA534;
}
.AnyTagClassName
{
color: #7CA534;
}
</style>
background-color css
<style>
a { background-color: #7CA534; }
a { background-color: rgb(124,165,52); }
div.DivClassName
{
background-color: #7CA534;
}
.BgClassName
{
background-color: #7CA534;
}
</style>
border-color css
<style>
span { border-color: #7CA534; }
span { border-color: rgb(124,165,52); }
td.TdClassName
{
border-color: #7CA534;
}
.TagClassName
{
border-color: #7CA534;
}
</style>