Shades of Sushi #8AA540
Tints of Sushi #8AA540
RGB
CMYK
RGB Variations
Color information
#8AA540 (or 0x8AA540) is known color: Sushi. HEX triplet: 8A, A5 and 40. RGB value is (138,165,64). Sum of RGB (Red+Green+Blue) = 138+165+64=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA540 is #755ABF. Grayscale: #919191. Windows color (decimal): -7690944 or 4236682. OLE color: 4236682.
HSL color Cylindrical-coordinate representation of color #8AA540: hue angle of 76.04º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AA540 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 64 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.35 |
| HSL | 76.04º | 0.44% | 0.45% | - |
| HSV(B) | 76.04º | 0.61% | 0.65% | - |
| XYZ | 24.86 | 32.68 | 9.85 | - |
| YUV | 145.41 | 82.05 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 64 | 0.16 | 0 | 0.61 | 0.35 | 76.04 | 0.44 | 0.45 |
| Hex | 8A | A5 | 40 | 10 | 0 | 3D | 23 | 4C | 2C | 2D |
| Octal | 212 | 245 | 100 | 20 | 0 | 75 | 43 | 114 | 54 | 55 |
| Binary | 10001010 | 10100101 | 1000000 | 10000 | 0 | 111101 | 100011 | 1001100 | 101100 | 101101 |
Color Harmonies of #8AA540
Complementary color
Monochromatic Colors of #8AA540
Black with #8AA540
Text Example
Text Example
White with #8AA540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA540; }
p { color: rgb(138,165,64); }
H1.HeaderClassName
{
color: #8AA540;
}
.AnyTagClassName
{
color: #8AA540;
}
</style>
background-color css
<style>
a { background-color: #8AA540; }
a { background-color: rgb(138,165,64); }
div.DivClassName
{
background-color: #8AA540;
}
.BgClassName
{
background-color: #8AA540;
}
</style>
border-color css
<style>
span { border-color: #8AA540; }
span { border-color: rgb(138,165,64); }
td.TdClassName
{
border-color: #8AA540;
}
.TagClassName
{
border-color: #8AA540;
}
</style>