Shades of Sushi #78AF3B
Tints of Sushi #78AF3B
RGB
CMYK
RGB Variations
Color information
#78AF3B (or 0x78AF3B) is known color: Sushi. HEX triplet: 78, AF and 3B. RGB value is (120,175,59). Sum of RGB (Red+Green+Blue) = 120+175+59=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AF3B is #8750C4. Grayscale: #919191. Windows color (decimal): -8868037 or 3911544. OLE color: 3911544.
HSL color Cylindrical-coordinate representation of color #78AF3B: hue angle of 88.45º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78AF3B is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 175 | 59 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.31 |
| HSL | 88.45º | 0.5% | 0.46% | - |
| HSV(B) | 88.45º | 0.66% | 0.69% | - |
| XYZ | 23.87 | 34.97 | 9.63 | - |
| YUV | 145.33 | 79.28 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 175 | 59 | 0.31 | 0 | 0.66 | 0.31 | 88.45 | 0.5 | 0.46 |
| Hex | 78 | AF | 3B | 1F | 0 | 42 | 1F | 58 | 32 | 2E |
| Octal | 170 | 257 | 73 | 37 | 0 | 102 | 37 | 130 | 62 | 56 |
| Binary | 1111000 | 10101111 | 111011 | 11111 | 0 | 1000010 | 11111 | 1011000 | 110010 | 101110 |
Color Harmonies of #78AF3B
Complementary color
Monochromatic Colors of #78AF3B
Black with #78AF3B
Text Example
Text Example
White with #78AF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AF3B; }
p { color: rgb(120,175,59); }
H1.HeaderClassName
{
color: #78AF3B;
}
.AnyTagClassName
{
color: #78AF3B;
}
</style>
background-color css
<style>
a { background-color: #78AF3B; }
a { background-color: rgb(120,175,59); }
div.DivClassName
{
background-color: #78AF3B;
}
.BgClassName
{
background-color: #78AF3B;
}
</style>
border-color css
<style>
span { border-color: #78AF3B; }
span { border-color: rgb(120,175,59); }
td.TdClassName
{
border-color: #78AF3B;
}
.TagClassName
{
border-color: #78AF3B;
}
</style>