Shades of Sushi #78AB3C
Tints of Sushi #78AB3C
RGB
CMYK
RGB Variations
Color information
#78AB3C (or 0x78AB3C) is known color: Sushi. HEX triplet: 78, AB and 3C. RGB value is (120,171,60). Sum of RGB (Red+Green+Blue) = 120+171+60=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AB3C is #8754C3. Grayscale: #8F8F8F. Windows color (decimal): -8869060 or 3976056. OLE color: 3976056.
HSL color Cylindrical-coordinate representation of color #78AB3C: hue angle of 87.57º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78AB3C is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 60 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.33 |
| HSL | 87.57º | 0.48% | 0.45% | - |
| HSV(B) | 87.57º | 0.65% | 0.67% | - |
| XYZ | 23.12 | 33.45 | 9.51 | - |
| YUV | 143.1 | 81.1 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 60 | 0.30 | 0 | 0.65 | 0.33 | 87.57 | 0.48 | 0.45 |
| Hex | 78 | AB | 3C | 1E | 0 | 41 | 21 | 58 | 30 | 2D |
| Octal | 170 | 253 | 74 | 36 | 0 | 101 | 41 | 130 | 60 | 55 |
| Binary | 1111000 | 10101011 | 111100 | 11110 | 0 | 1000001 | 100001 | 1011000 | 110000 | 101101 |
Color Harmonies of #78AB3C
Complementary color
Monochromatic Colors of #78AB3C
Black with #78AB3C
Text Example
Text Example
White with #78AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB3C; }
p { color: rgb(120,171,60); }
H1.HeaderClassName
{
color: #78AB3C;
}
.AnyTagClassName
{
color: #78AB3C;
}
</style>
background-color css
<style>
a { background-color: #78AB3C; }
a { background-color: rgb(120,171,60); }
div.DivClassName
{
background-color: #78AB3C;
}
.BgClassName
{
background-color: #78AB3C;
}
</style>
border-color css
<style>
span { border-color: #78AB3C; }
span { border-color: rgb(120,171,60); }
td.TdClassName
{
border-color: #78AB3C;
}
.TagClassName
{
border-color: #78AB3C;
}
</style>