Shades of Sushi #819A25
Tints of Sushi #819A25
RGB
CMYK
RGB Variations
Color information
#819A25 (or 0x819A25) is known color: Sushi. HEX triplet: 81, 9A and 25. RGB value is (129,154,37). Sum of RGB (Red+Green+Blue) = 129+154+37=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 154 - color contains mainly: green. Hex color #819A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819A25 is #7E65DA. Grayscale: #858585. Windows color (decimal): -8283611 or 2464385. OLE color: 2464385.
HSL color Cylindrical-coordinate representation of color #819A25: hue angle of 72.82º 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 #819A25 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 154 | 37 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.40 |
| HSL | 72.82º | 0.61% | 0.37% | - |
| HSV(B) | 72.82º | 0.76% | 0.6% | - |
| XYZ | 20.94 | 27.91 | 6.03 | - |
| YUV | 133.19 | 73.72 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 37 | 0.16 | 0 | 0.76 | 0.40 | 72.82 | 0.61 | 0.37 |
| Hex | 81 | 9A | 25 | 10 | 0 | 4C | 28 | 49 | 3D | 25 |
| Octal | 201 | 232 | 45 | 20 | 0 | 114 | 50 | 111 | 75 | 45 |
| Binary | 10000001 | 10011010 | 100101 | 10000 | 0 | 1001100 | 101000 | 1001001 | 111101 | 100101 |
Color Harmonies of #819A25
Complementary color
Monochromatic Colors of #819A25
Black with #819A25
Text Example
Text Example
White with #819A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819A25; }
p { color: rgb(129,154,37); }
H1.HeaderClassName
{
color: #819A25;
}
.AnyTagClassName
{
color: #819A25;
}
</style>
background-color css
<style>
a { background-color: #819A25; }
a { background-color: rgb(129,154,37); }
div.DivClassName
{
background-color: #819A25;
}
.BgClassName
{
background-color: #819A25;
}
</style>
border-color css
<style>
span { border-color: #819A25; }
span { border-color: rgb(129,154,37); }
td.TdClassName
{
border-color: #819A25;
}
.TagClassName
{
border-color: #819A25;
}
</style>