Shades of Apple #76B73E
Tints of Apple #76B73E
RGB
CMYK
RGB Variations
Color information
#76B73E (or 0x76B73E) is known color: Apple. HEX triplet: 76, B7 and 3E. RGB value is (118,183,62). Sum of RGB (Red+Green+Blue) = 118+183+62=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #76B73E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B73E is #8948C1. Grayscale: #969696. Windows color (decimal): -8997058 or 4110198. OLE color: 4110198.
HSL color Cylindrical-coordinate representation of color #76B73E: hue angle of 92.23º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76B73E is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 183 | 62 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.28 |
| HSL | 92.23º | 0.49% | 0.48% | - |
| HSV(B) | 92.23º | 0.66% | 0.72% | - |
| XYZ | 25.27 | 38.07 | 10.57 | - |
| YUV | 149.77 | 78.47 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 183 | 62 | 0.36 | 0 | 0.66 | 0.28 | 92.23 | 0.49 | 0.48 |
| Hex | 76 | B7 | 3E | 24 | 0 | 42 | 1C | 5C | 31 | 30 |
| Octal | 166 | 267 | 76 | 44 | 0 | 102 | 34 | 134 | 61 | 60 |
| Binary | 1110110 | 10110111 | 111110 | 100100 | 0 | 1000010 | 11100 | 1011100 | 110001 | 110000 |
Color Harmonies of #76B73E
Complementary color
Monochromatic Colors of #76B73E
Black with #76B73E
Text Example
Text Example
White with #76B73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B73E; }
p { color: rgb(118,183,62); }
H1.HeaderClassName
{
color: #76B73E;
}
.AnyTagClassName
{
color: #76B73E;
}
</style>
background-color css
<style>
a { background-color: #76B73E; }
a { background-color: rgb(118,183,62); }
div.DivClassName
{
background-color: #76B73E;
}
.BgClassName
{
background-color: #76B73E;
}
</style>
border-color css
<style>
span { border-color: #76B73E; }
span { border-color: rgb(118,183,62); }
td.TdClassName
{
border-color: #76B73E;
}
.TagClassName
{
border-color: #76B73E;
}
</style>