Shades of Sushi #769A25
Tints of Sushi #769A25
RGB
CMYK
RGB Variations
Color information
#769A25 (or 0x769A25) is known color: Sushi. HEX triplet: 76, 9A and 25. RGB value is (118,154,37). Sum of RGB (Red+Green+Blue) = 118+154+37=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 154 (60.55% from 255 or 49.84% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 154 - color contains mainly: green. Hex color #769A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769A25 is #8965DA. Grayscale: #828282. Windows color (decimal): -9004507 or 2464374. OLE color: 2464374.
HSL color Cylindrical-coordinate representation of color #769A25: hue angle of 78.46º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #769A25 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 154 | 37 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.40 |
| HSL | 78.46º | 0.61% | 0.37% | - |
| HSV(B) | 78.46º | 0.76% | 0.6% | - |
| XYZ | 19.36 | 27.1 | 5.96 | - |
| YUV | 129.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 37 | 0.23 | 0 | 0.76 | 0.40 | 78.46 | 0.61 | 0.37 |
| Hex | 76 | 9A | 25 | 17 | 0 | 4C | 28 | 4E | 3D | 25 |
| Octal | 166 | 232 | 45 | 27 | 0 | 114 | 50 | 116 | 75 | 45 |
| Binary | 1110110 | 10011010 | 100101 | 10111 | 0 | 1001100 | 101000 | 1001110 | 111101 | 100101 |
Color Harmonies of #769A25
Complementary color
Monochromatic Colors of #769A25
Black with #769A25
Text Example
Text Example
White with #769A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769A25; }
p { color: rgb(118,154,37); }
H1.HeaderClassName
{
color: #769A25;
}
.AnyTagClassName
{
color: #769A25;
}
</style>
background-color css
<style>
a { background-color: #769A25; }
a { background-color: rgb(118,154,37); }
div.DivClassName
{
background-color: #769A25;
}
.BgClassName
{
background-color: #769A25;
}
</style>
border-color css
<style>
span { border-color: #769A25; }
span { border-color: rgb(118,154,37); }
td.TdClassName
{
border-color: #769A25;
}
.TagClassName
{
border-color: #769A25;
}
</style>