Shades of Apple #61B546
Tints of Apple #61B546
RGB
CMYK
RGB Variations
Color information
#61B546 (or 0x61B546) is known color: Apple. HEX triplet: 61, B5 and 46. RGB value is (97,181,70). Sum of RGB (Red+Green+Blue) = 97+181+70=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #61B546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61B546 is #9E4AB9. Grayscale: #8F8F8F. Windows color (decimal): -10373818 or 4633953. OLE color: 4633953.
HSL color Cylindrical-coordinate representation of color #61B546: hue angle of 105.41º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61B546 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 181 | 70 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.29 |
| HSL | 105.41º | 0.44% | 0.49% | - |
| HSV(B) | 105.41º | 0.61% | 0.71% | - |
| XYZ | 22.56 | 36.03 | 11.56 | - |
| YUV | 143.23 | 86.67 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 181 | 70 | 0.46 | 0 | 0.61 | 0.29 | 105.41 | 0.44 | 0.49 |
| Hex | 61 | B5 | 46 | 2E | 0 | 3D | 1D | 69 | 2C | 31 |
| Octal | 141 | 265 | 106 | 56 | 0 | 75 | 35 | 151 | 54 | 61 |
| Binary | 1100001 | 10110101 | 1000110 | 101110 | 0 | 111101 | 11101 | 1101001 | 101100 | 110001 |
Color Harmonies of #61B546
Complementary color
Monochromatic Colors of #61B546
Black with #61B546
Text Example
Text Example
White with #61B546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B546; }
p { color: rgb(97,181,70); }
H1.HeaderClassName
{
color: #61B546;
}
.AnyTagClassName
{
color: #61B546;
}
</style>
background-color css
<style>
a { background-color: #61B546; }
a { background-color: rgb(97,181,70); }
div.DivClassName
{
background-color: #61B546;
}
.BgClassName
{
background-color: #61B546;
}
</style>
border-color css
<style>
span { border-color: #61B546; }
span { border-color: rgb(97,181,70); }
td.TdClassName
{
border-color: #61B546;
}
.TagClassName
{
border-color: #61B546;
}
</style>