Shades of Apple #76B83C
Tints of Apple #76B83C
RGB
CMYK
RGB Variations
Color information
#76B83C (or 0x76B83C) is known color: Apple. HEX triplet: 76, B8 and 3C. RGB value is (118,184,60). Sum of RGB (Red+Green+Blue) = 118+184+60=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #76B83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B83C is #8947C3. Grayscale: #969696. Windows color (decimal): -8996804 or 3979382. OLE color: 3979382.
HSL color Cylindrical-coordinate representation of color #76B83C: hue angle of 91.94º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76B83C is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 184 | 60 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.28 |
| HSL | 91.94º | 0.51% | 0.48% | - |
| HSV(B) | 91.94º | 0.67% | 0.72% | - |
| XYZ | 25.43 | 38.46 | 10.36 | - |
| YUV | 150.13 | 77.13 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 184 | 60 | 0.36 | 0 | 0.67 | 0.28 | 91.94 | 0.51 | 0.48 |
| Hex | 76 | B8 | 3C | 24 | 0 | 43 | 1C | 5C | 33 | 30 |
| Octal | 166 | 270 | 74 | 44 | 0 | 103 | 34 | 134 | 63 | 60 |
| Binary | 1110110 | 10111000 | 111100 | 100100 | 0 | 1000011 | 11100 | 1011100 | 110011 | 110000 |
Color Harmonies of #76B83C
Complementary color
Monochromatic Colors of #76B83C
Black with #76B83C
Text Example
Text Example
White with #76B83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B83C; }
p { color: rgb(118,184,60); }
H1.HeaderClassName
{
color: #76B83C;
}
.AnyTagClassName
{
color: #76B83C;
}
</style>
background-color css
<style>
a { background-color: #76B83C; }
a { background-color: rgb(118,184,60); }
div.DivClassName
{
background-color: #76B83C;
}
.BgClassName
{
background-color: #76B83C;
}
</style>
border-color css
<style>
span { border-color: #76B83C; }
span { border-color: rgb(118,184,60); }
td.TdClassName
{
border-color: #76B83C;
}
.TagClassName
{
border-color: #76B83C;
}
</style>