Shades of Sushi #819F25
Tints of Sushi #819F25
RGB
CMYK
RGB Variations
Color information
#819F25 (or 0x819F25) is known color: Sushi. HEX triplet: 81, 9F and 25. RGB value is (129,159,37). Sum of RGB (Red+Green+Blue) = 129+159+37=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #819F25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819F25 is #7E60DA. Grayscale: #888888. Windows color (decimal): -8282331 or 2465665. OLE color: 2465665.
HSL color Cylindrical-coordinate representation of color #819F25: hue angle of 74.75º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #819F25 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 159 | 37 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.38 |
| HSL | 74.75º | 0.62% | 0.38% | - |
| HSV(B) | 74.75º | 0.77% | 0.62% | - |
| XYZ | 21.79 | 29.6 | 6.31 | - |
| YUV | 136.12 | 72.06 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 37 | 0.19 | 0 | 0.77 | 0.38 | 74.75 | 0.62 | 0.38 |
| Hex | 81 | 9F | 25 | 13 | 0 | 4D | 26 | 4B | 3E | 26 |
| Octal | 201 | 237 | 45 | 23 | 0 | 115 | 46 | 113 | 76 | 46 |
| Binary | 10000001 | 10011111 | 100101 | 10011 | 0 | 1001101 | 100110 | 1001011 | 111110 | 100110 |
Color Harmonies of #819F25
Complementary color
Monochromatic Colors of #819F25
Black with #819F25
Text Example
Text Example
White with #819F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819F25; }
p { color: rgb(129,159,37); }
H1.HeaderClassName
{
color: #819F25;
}
.AnyTagClassName
{
color: #819F25;
}
</style>
background-color css
<style>
a { background-color: #819F25; }
a { background-color: rgb(129,159,37); }
div.DivClassName
{
background-color: #819F25;
}
.BgClassName
{
background-color: #819F25;
}
</style>
border-color css
<style>
span { border-color: #819F25; }
span { border-color: rgb(129,159,37); }
td.TdClassName
{
border-color: #819F25;
}
.TagClassName
{
border-color: #819F25;
}
</style>