Shades of Apple #78B53C
Tints of Apple #78B53C
RGB
CMYK
RGB Variations
Color information
#78B53C (or 0x78B53C) is known color: Apple. HEX triplet: 78, B5 and 3C. RGB value is (120,181,60). Sum of RGB (Red+Green+Blue) = 120+181+60=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 181 (71.09% from 255 or 50.14% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 181 - color contains mainly: green. Hex color #78B53C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B53C is #874AC3. Grayscale: #959595. Windows color (decimal): -8866500 or 3978616. OLE color: 3978616.
HSL color Cylindrical-coordinate representation of color #78B53C: hue angle of 90.25º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78B53C is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 181 | 60 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.29 |
| HSL | 90.25º | 0.5% | 0.47% | - |
| HSV(B) | 90.25º | 0.67% | 0.71% | - |
| XYZ | 25.09 | 37.37 | 10.17 | - |
| YUV | 148.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 181 | 60 | 0.34 | 0 | 0.67 | 0.29 | 90.25 | 0.5 | 0.47 |
| Hex | 78 | B5 | 3C | 22 | 0 | 43 | 1D | 5A | 32 | 2F |
| Octal | 170 | 265 | 74 | 42 | 0 | 103 | 35 | 132 | 62 | 57 |
| Binary | 1111000 | 10110101 | 111100 | 100010 | 0 | 1000011 | 11101 | 1011010 | 110010 | 101111 |
Color Harmonies of #78B53C
Complementary color
Monochromatic Colors of #78B53C
Black with #78B53C
Text Example
Text Example
White with #78B53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B53C; }
p { color: rgb(120,181,60); }
H1.HeaderClassName
{
color: #78B53C;
}
.AnyTagClassName
{
color: #78B53C;
}
</style>
background-color css
<style>
a { background-color: #78B53C; }
a { background-color: rgb(120,181,60); }
div.DivClassName
{
background-color: #78B53C;
}
.BgClassName
{
background-color: #78B53C;
}
</style>
border-color css
<style>
span { border-color: #78B53C; }
span { border-color: rgb(120,181,60); }
td.TdClassName
{
border-color: #78B53C;
}
.TagClassName
{
border-color: #78B53C;
}
</style>