Shades of Apple #61B534
Tints of Apple #61B534
RGB
CMYK
RGB Variations
Color information
#61B534 (or 0x61B534) is known color: Apple. HEX triplet: 61, B5 and 34. RGB value is (97,181,52). Sum of RGB (Red+Green+Blue) = 97+181+52=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #61B534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61B534 is #9E4ACB. Grayscale: #8D8D8D. Windows color (decimal): -10373836 or 3454305. OLE color: 3454305.
HSL color Cylindrical-coordinate representation of color #61B534: hue angle of 99.07º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61B534 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 181 | 52 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.29 |
| HSL | 99.07º | 0.55% | 0.46% | - |
| HSV(B) | 99.07º | 0.71% | 0.71% | - |
| XYZ | 22.07 | 35.84 | 9 | - |
| YUV | 141.18 | 77.67 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 181 | 52 | 0.46 | 0 | 0.71 | 0.29 | 99.07 | 0.55 | 0.46 |
| Hex | 61 | B5 | 34 | 2E | 0 | 47 | 1D | 63 | 37 | 2E |
| Octal | 141 | 265 | 64 | 56 | 0 | 107 | 35 | 143 | 67 | 56 |
| Binary | 1100001 | 10110101 | 110100 | 101110 | 0 | 1000111 | 11101 | 1100011 | 110111 | 101110 |
Color Harmonies of #61B534
Complementary color
Monochromatic Colors of #61B534
Black with #61B534
Text Example
Text Example
White with #61B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B534; }
p { color: rgb(97,181,52); }
H1.HeaderClassName
{
color: #61B534;
}
.AnyTagClassName
{
color: #61B534;
}
</style>
background-color css
<style>
a { background-color: #61B534; }
a { background-color: rgb(97,181,52); }
div.DivClassName
{
background-color: #61B534;
}
.BgClassName
{
background-color: #61B534;
}
</style>
border-color css
<style>
span { border-color: #61B534; }
span { border-color: rgb(97,181,52); }
td.TdClassName
{
border-color: #61B534;
}
.TagClassName
{
border-color: #61B534;
}
</style>