Shades of Sushi #8AA137
Tints of Sushi #8AA137
RGB
CMYK
RGB Variations
Color information
#8AA137 (or 0x8AA137) is known color: Sushi. HEX triplet: 8A, A1 and 37. RGB value is (138,161,55). Sum of RGB (Red+Green+Blue) = 138+161+55=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA137 is #755EC8. Grayscale: #8E8E8E. Windows color (decimal): -7691977 or 3645834. OLE color: 3645834.
HSL color Cylindrical-coordinate representation of color #8AA137: hue angle of 73.02º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AA137 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 55 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.37 |
| HSL | 73.02º | 0.49% | 0.42% | - |
| HSV(B) | 73.02º | 0.66% | 0.63% | - |
| XYZ | 23.92 | 31.17 | 8.37 | - |
| YUV | 142.04 | 78.88 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 55 | 0.14 | 0 | 0.66 | 0.37 | 73.02 | 0.49 | 0.42 |
| Hex | 8A | A1 | 37 | E | 0 | 42 | 25 | 49 | 31 | 2A |
| Octal | 212 | 241 | 67 | 16 | 0 | 102 | 45 | 111 | 61 | 52 |
| Binary | 10001010 | 10100001 | 110111 | 1110 | 0 | 1000010 | 100101 | 1001001 | 110001 | 101010 |
Color Harmonies of #8AA137
Complementary color
Monochromatic Colors of #8AA137
Black with #8AA137
Text Example
Text Example
White with #8AA137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA137; }
p { color: rgb(138,161,55); }
H1.HeaderClassName
{
color: #8AA137;
}
.AnyTagClassName
{
color: #8AA137;
}
</style>
background-color css
<style>
a { background-color: #8AA137; }
a { background-color: rgb(138,161,55); }
div.DivClassName
{
background-color: #8AA137;
}
.BgClassName
{
background-color: #8AA137;
}
</style>
border-color css
<style>
span { border-color: #8AA137; }
span { border-color: rgb(138,161,55); }
td.TdClassName
{
border-color: #8AA137;
}
.TagClassName
{
border-color: #8AA137;
}
</style>