Shades of Sushi #759C3E
Tints of Sushi #759C3E
RGB
CMYK
RGB Variations
Color information
#759C3E (or 0x759C3E) is known color: Sushi. HEX triplet: 75, 9C and 3E. RGB value is (117,156,62). Sum of RGB (Red+Green+Blue) = 117+156+62=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #759C3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759C3E is #8A63C1. Grayscale: #858585. Windows color (decimal): -9069506 or 4103285. OLE color: 4103285.
HSL color Cylindrical-coordinate representation of color #759C3E: hue angle of 84.89º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #759C3E is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 62 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.39 |
| HSL | 84.89º | 0.43% | 0.43% | - |
| HSV(B) | 84.89º | 0.6% | 0.61% | - |
| XYZ | 20.09 | 27.91 | 8.88 | - |
| YUV | 133.62 | 87.58 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 62 | 0.25 | 0 | 0.60 | 0.39 | 84.89 | 0.43 | 0.43 |
| Hex | 75 | 9C | 3E | 19 | 0 | 3C | 27 | 55 | 2B | 2B |
| Octal | 165 | 234 | 76 | 31 | 0 | 74 | 47 | 125 | 53 | 53 |
| Binary | 1110101 | 10011100 | 111110 | 11001 | 0 | 111100 | 100111 | 1010101 | 101011 | 101011 |
Color Harmonies of #759C3E
Complementary color
Monochromatic Colors of #759C3E
Black with #759C3E
Text Example
Text Example
White with #759C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C3E; }
p { color: rgb(117,156,62); }
H1.HeaderClassName
{
color: #759C3E;
}
.AnyTagClassName
{
color: #759C3E;
}
</style>
background-color css
<style>
a { background-color: #759C3E; }
a { background-color: rgb(117,156,62); }
div.DivClassName
{
background-color: #759C3E;
}
.BgClassName
{
background-color: #759C3E;
}
</style>
border-color css
<style>
span { border-color: #759C3E; }
span { border-color: rgb(117,156,62); }
td.TdClassName
{
border-color: #759C3E;
}
.TagClassName
{
border-color: #759C3E;
}
</style>