Shades of Apple #61B736
Tints of Apple #61B736
RGB
CMYK
RGB Variations
Color information
#61B736 (or 0x61B736) is known color: Apple. HEX triplet: 61, B7 and 36. RGB value is (97,183,54). Sum of RGB (Red+Green+Blue) = 97+183+54=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #61B736 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61B736 is #9E48C9. Grayscale: #8F8F8F. Windows color (decimal): -10373322 or 3585889. OLE color: 3585889.
HSL color Cylindrical-coordinate representation of color #61B736: hue angle of 100º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61B736 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 183 | 54 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.28 |
| HSL | 100º | 0.54% | 0.46% | - |
| HSV(B) | 100º | 0.7% | 0.72% | - |
| XYZ | 22.53 | 36.67 | 9.38 | - |
| YUV | 142.58 | 78.01 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 183 | 54 | 0.47 | 0 | 0.70 | 0.28 | 100 | 0.54 | 0.46 |
| Hex | 61 | B7 | 36 | 2F | 0 | 46 | 1C | 64 | 36 | 2E |
| Octal | 141 | 267 | 66 | 57 | 0 | 106 | 34 | 144 | 66 | 56 |
| Binary | 1100001 | 10110111 | 110110 | 101111 | 0 | 1000110 | 11100 | 1100100 | 110110 | 101110 |
Color Harmonies of #61B736
Complementary color
Monochromatic Colors of #61B736
Black with #61B736
Text Example
Text Example
White with #61B736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B736; }
p { color: rgb(97,183,54); }
H1.HeaderClassName
{
color: #61B736;
}
.AnyTagClassName
{
color: #61B736;
}
</style>
background-color css
<style>
a { background-color: #61B736; }
a { background-color: rgb(97,183,54); }
div.DivClassName
{
background-color: #61B736;
}
.BgClassName
{
background-color: #61B736;
}
</style>
border-color css
<style>
span { border-color: #61B736; }
span { border-color: rgb(97,183,54); }
td.TdClassName
{
border-color: #61B736;
}
.TagClassName
{
border-color: #61B736;
}
</style>