Shades of Apple #77BD3C
Tints of Apple #77BD3C
RGB
CMYK
RGB Variations
Color information
#77BD3C (or 0x77BD3C) is known color: Apple. HEX triplet: 77, BD and 3C. RGB value is (119,189,60). Sum of RGB (Red+Green+Blue) = 119+189+60=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BD3C is #8842C3. Grayscale: #999999. Windows color (decimal): -8929988 or 3980663. OLE color: 3980663.
HSL color Cylindrical-coordinate representation of color #77BD3C: hue angle of 92.56º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77BD3C is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 60 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.26 |
| HSL | 92.56º | 0.52% | 0.49% | - |
| HSV(B) | 92.56º | 0.68% | 0.74% | - |
| XYZ | 26.62 | 40.64 | 10.72 | - |
| YUV | 153.36 | 75.31 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 60 | 0.37 | 0 | 0.68 | 0.26 | 92.56 | 0.52 | 0.49 |
| Hex | 77 | BD | 3C | 25 | 0 | 44 | 1A | 5D | 34 | 31 |
| Octal | 167 | 275 | 74 | 45 | 0 | 104 | 32 | 135 | 64 | 61 |
| Binary | 1110111 | 10111101 | 111100 | 100101 | 0 | 1000100 | 11010 | 1011101 | 110100 | 110001 |
Color Harmonies of #77BD3C
Complementary color
Monochromatic Colors of #77BD3C
Black with #77BD3C
Text Example
Text Example
White with #77BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BD3C; }
p { color: rgb(119,189,60); }
H1.HeaderClassName
{
color: #77BD3C;
}
.AnyTagClassName
{
color: #77BD3C;
}
</style>
background-color css
<style>
a { background-color: #77BD3C; }
a { background-color: rgb(119,189,60); }
div.DivClassName
{
background-color: #77BD3C;
}
.BgClassName
{
background-color: #77BD3C;
}
</style>
border-color css
<style>
span { border-color: #77BD3C; }
span { border-color: rgb(119,189,60); }
td.TdClassName
{
border-color: #77BD3C;
}
.TagClassName
{
border-color: #77BD3C;
}
</style>