Shades of Sushi #78A23F
Tints of Sushi #78A23F
RGB
CMYK
RGB Variations
Color information
#78A23F (or 0x78A23F) is known color: Sushi. HEX triplet: 78, A2 and 3F. RGB value is (120,162,63). Sum of RGB (Red+Green+Blue) = 120+162+63=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #78A23F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A23F is #875DC0. Grayscale: #8A8A8A. Windows color (decimal): -8871361 or 4170360. OLE color: 4170360.
HSL color Cylindrical-coordinate representation of color #78A23F: hue angle of 85.45º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78A23F is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 162 | 63 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.36 |
| HSL | 85.45º | 0.44% | 0.44% | - |
| HSV(B) | 85.45º | 0.61% | 0.64% | - |
| XYZ | 21.56 | 30.19 | 9.39 | - |
| YUV | 138.16 | 85.59 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 63 | 0.26 | 0 | 0.61 | 0.36 | 85.45 | 0.44 | 0.44 |
| Hex | 78 | A2 | 3F | 1A | 0 | 3D | 24 | 55 | 2C | 2C |
| Octal | 170 | 242 | 77 | 32 | 0 | 75 | 44 | 125 | 54 | 54 |
| Binary | 1111000 | 10100010 | 111111 | 11010 | 0 | 111101 | 100100 | 1010101 | 101100 | 101100 |
Color Harmonies of #78A23F
Complementary color
Monochromatic Colors of #78A23F
Black with #78A23F
Text Example
Text Example
White with #78A23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A23F; }
p { color: rgb(120,162,63); }
H1.HeaderClassName
{
color: #78A23F;
}
.AnyTagClassName
{
color: #78A23F;
}
</style>
background-color css
<style>
a { background-color: #78A23F; }
a { background-color: rgb(120,162,63); }
div.DivClassName
{
background-color: #78A23F;
}
.BgClassName
{
background-color: #78A23F;
}
</style>
border-color css
<style>
span { border-color: #78A23F; }
span { border-color: rgb(120,162,63); }
td.TdClassName
{
border-color: #78A23F;
}
.TagClassName
{
border-color: #78A23F;
}
</style>