Shades of Apple #77B34C
Tints of Apple #77B34C
RGB
CMYK
RGB Variations
Color information
#77B34C (or 0x77B34C) is known color: Apple. HEX triplet: 77, B3 and 4C. RGB value is (119,179,76). Sum of RGB (Red+Green+Blue) = 119+179+76=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #77B34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B34C is #884CB3. Grayscale: #959595. Windows color (decimal): -8932532 or 5026679. OLE color: 5026679.
HSL color Cylindrical-coordinate representation of color #77B34C: hue angle of 94.95º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77B34C is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 179 | 76 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.30 |
| HSL | 94.95º | 0.4% | 0.5% | - |
| HSV(B) | 94.95º | 0.58% | 0.7% | - |
| XYZ | 25.03 | 36.68 | 12.6 | - |
| YUV | 149.32 | 86.62 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 179 | 76 | 0.34 | 0 | 0.58 | 0.30 | 94.95 | 0.4 | 0.5 |
| Hex | 77 | B3 | 4C | 22 | 0 | 3A | 1E | 5F | 28 | 32 |
| Octal | 167 | 263 | 114 | 42 | 0 | 72 | 36 | 137 | 50 | 62 |
| Binary | 1110111 | 10110011 | 1001100 | 100010 | 0 | 111010 | 11110 | 1011111 | 101000 | 110010 |
Color Harmonies of #77B34C
Complementary color
Monochromatic Colors of #77B34C
Black with #77B34C
Text Example
Text Example
White with #77B34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B34C; }
p { color: rgb(119,179,76); }
H1.HeaderClassName
{
color: #77B34C;
}
.AnyTagClassName
{
color: #77B34C;
}
</style>
background-color css
<style>
a { background-color: #77B34C; }
a { background-color: rgb(119,179,76); }
div.DivClassName
{
background-color: #77B34C;
}
.BgClassName
{
background-color: #77B34C;
}
</style>
border-color css
<style>
span { border-color: #77B34C; }
span { border-color: rgb(119,179,76); }
td.TdClassName
{
border-color: #77B34C;
}
.TagClassName
{
border-color: #77B34C;
}
</style>