Shades of Apple #77BD3F
Tints of Apple #77BD3F
RGB
CMYK
RGB Variations
Color information
#77BD3F (or 0x77BD3F) is known color: Apple. HEX triplet: 77, BD and 3F. RGB value is (119,189,63). Sum of RGB (Red+Green+Blue) = 119+189+63=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BD3F is #8842C0. Grayscale: #9A9A9A. Windows color (decimal): -8929985 or 4177271. OLE color: 4177271.
HSL color Cylindrical-coordinate representation of color #77BD3F: hue angle of 93.33º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77BD3F is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 63 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.26 |
| HSL | 93.33º | 0.5% | 0.49% | - |
| HSV(B) | 93.33º | 0.67% | 0.74% | - |
| XYZ | 26.7 | 40.68 | 11.15 | - |
| YUV | 153.71 | 76.81 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 63 | 0.37 | 0 | 0.67 | 0.26 | 93.33 | 0.5 | 0.49 |
| Hex | 77 | BD | 3F | 25 | 0 | 43 | 1A | 5D | 32 | 31 |
| Octal | 167 | 275 | 77 | 45 | 0 | 103 | 32 | 135 | 62 | 61 |
| Binary | 1110111 | 10111101 | 111111 | 100101 | 0 | 1000011 | 11010 | 1011101 | 110010 | 110001 |
Color Harmonies of #77BD3F
Complementary color
Monochromatic Colors of #77BD3F
Black with #77BD3F
Text Example
Text Example
White with #77BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BD3F; }
p { color: rgb(119,189,63); }
H1.HeaderClassName
{
color: #77BD3F;
}
.AnyTagClassName
{
color: #77BD3F;
}
</style>
background-color css
<style>
a { background-color: #77BD3F; }
a { background-color: rgb(119,189,63); }
div.DivClassName
{
background-color: #77BD3F;
}
.BgClassName
{
background-color: #77BD3F;
}
</style>
border-color css
<style>
span { border-color: #77BD3F; }
span { border-color: rgb(119,189,63); }
td.TdClassName
{
border-color: #77BD3F;
}
.TagClassName
{
border-color: #77BD3F;
}
</style>