Shades of Apple #61B050
Tints of Apple #61B050
RGB
CMYK
RGB Variations
Color information
#61B050 (or 0x61B050) is known color: Apple. HEX triplet: 61, B0 and 50. RGB value is (97,176,80). Sum of RGB (Red+Green+Blue) = 97+176+80=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #61B050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B050 is #9E4FAF. Grayscale: #8D8D8D. Windows color (decimal): -10375088 or 5288033. OLE color: 5288033.
HSL color Cylindrical-coordinate representation of color #61B050: hue angle of 109.38º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61B050 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 176 | 80 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.31 |
| HSL | 109.38º | 0.38% | 0.5% | - |
| HSV(B) | 109.38º | 0.55% | 0.69% | - |
| XYZ | 21.9 | 34.17 | 13.03 | - |
| YUV | 141.44 | 93.33 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 176 | 80 | 0.45 | 0 | 0.55 | 0.31 | 109.38 | 0.38 | 0.5 |
| Hex | 61 | B0 | 50 | 2D | 0 | 37 | 1F | 6D | 26 | 32 |
| Octal | 141 | 260 | 120 | 55 | 0 | 67 | 37 | 155 | 46 | 62 |
| Binary | 1100001 | 10110000 | 1010000 | 101101 | 0 | 110111 | 11111 | 1101101 | 100110 | 110010 |
Color Harmonies of #61B050
Complementary color
Monochromatic Colors of #61B050
Black with #61B050
Text Example
Text Example
White with #61B050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B050; }
p { color: rgb(97,176,80); }
H1.HeaderClassName
{
color: #61B050;
}
.AnyTagClassName
{
color: #61B050;
}
</style>
background-color css
<style>
a { background-color: #61B050; }
a { background-color: rgb(97,176,80); }
div.DivClassName
{
background-color: #61B050;
}
.BgClassName
{
background-color: #61B050;
}
</style>
border-color css
<style>
span { border-color: #61B050; }
span { border-color: rgb(97,176,80); }
td.TdClassName
{
border-color: #61B050;
}
.TagClassName
{
border-color: #61B050;
}
</style>