Shades of Apple #77BC3D
Tints of Apple #77BC3D
RGB
CMYK
RGB Variations
Color information
#77BC3D (or 0x77BC3D) is known color: Apple. HEX triplet: 77, BC and 3D. RGB value is (119,188,61). Sum of RGB (Red+Green+Blue) = 119+188+61=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BC3D is #8843C2. Grayscale: #999999. Windows color (decimal): -8930243 or 4045943. OLE color: 4045943.
HSL color Cylindrical-coordinate representation of color #77BC3D: hue angle of 92.6º degrees, saturation: 0.51, 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 #77BC3D is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 188 | 61 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.26 |
| HSL | 92.6º | 0.51% | 0.49% | - |
| HSV(B) | 92.6º | 0.68% | 0.74% | - |
| XYZ | 26.43 | 40.23 | 10.79 | - |
| YUV | 152.89 | 76.14 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 61 | 0.37 | 0 | 0.68 | 0.26 | 92.6 | 0.51 | 0.49 |
| Hex | 77 | BC | 3D | 25 | 0 | 44 | 1A | 5D | 33 | 31 |
| Octal | 167 | 274 | 75 | 45 | 0 | 104 | 32 | 135 | 63 | 61 |
| Binary | 1110111 | 10111100 | 111101 | 100101 | 0 | 1000100 | 11010 | 1011101 | 110011 | 110001 |
Color Harmonies of #77BC3D
Complementary color
Monochromatic Colors of #77BC3D
Black with #77BC3D
Text Example
Text Example
White with #77BC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BC3D; }
p { color: rgb(119,188,61); }
H1.HeaderClassName
{
color: #77BC3D;
}
.AnyTagClassName
{
color: #77BC3D;
}
</style>
background-color css
<style>
a { background-color: #77BC3D; }
a { background-color: rgb(119,188,61); }
div.DivClassName
{
background-color: #77BC3D;
}
.BgClassName
{
background-color: #77BC3D;
}
</style>
border-color css
<style>
span { border-color: #77BC3D; }
span { border-color: rgb(119,188,61); }
td.TdClassName
{
border-color: #77BC3D;
}
.TagClassName
{
border-color: #77BC3D;
}
</style>