Shades of Sushi #8AA73C
Tints of Sushi #8AA73C
RGB
CMYK
RGB Variations
Color information
#8AA73C (or 0x8AA73C) is known color: Sushi. HEX triplet: 8A, A7 and 3C. RGB value is (138,167,60). Sum of RGB (Red+Green+Blue) = 138+167+60=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA73C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA73C is #7558C3. Grayscale: #929292. Windows color (decimal): -7690436 or 3975050. OLE color: 3975050.
HSL color Cylindrical-coordinate representation of color #8AA73C: hue angle of 76.26º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AA73C is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 167 | 60 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.35 |
| HSL | 76.26º | 0.47% | 0.45% | - |
| HSV(B) | 76.26º | 0.64% | 0.65% | - |
| XYZ | 25.12 | 33.37 | 9.39 | - |
| YUV | 146.13 | 79.39 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 167 | 60 | 0.17 | 0 | 0.64 | 0.35 | 76.26 | 0.47 | 0.45 |
| Hex | 8A | A7 | 3C | 11 | 0 | 40 | 23 | 4C | 2F | 2D |
| Octal | 212 | 247 | 74 | 21 | 0 | 100 | 43 | 114 | 57 | 55 |
| Binary | 10001010 | 10100111 | 111100 | 10001 | 0 | 1000000 | 100011 | 1001100 | 101111 | 101101 |
Color Harmonies of #8AA73C
Complementary color
Monochromatic Colors of #8AA73C
Black with #8AA73C
Text Example
Text Example
White with #8AA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA73C; }
p { color: rgb(138,167,60); }
H1.HeaderClassName
{
color: #8AA73C;
}
.AnyTagClassName
{
color: #8AA73C;
}
</style>
background-color css
<style>
a { background-color: #8AA73C; }
a { background-color: rgb(138,167,60); }
div.DivClassName
{
background-color: #8AA73C;
}
.BgClassName
{
background-color: #8AA73C;
}
</style>
border-color css
<style>
span { border-color: #8AA73C; }
span { border-color: rgb(138,167,60); }
td.TdClassName
{
border-color: #8AA73C;
}
.TagClassName
{
border-color: #8AA73C;
}
</style>