Shades of Apple #61B738
Tints of Apple #61B738
RGB
CMYK
RGB Variations
Color information
#61B738 (or 0x61B738) is known color: Apple. HEX triplet: 61, B7 and 38. RGB value is (97,183,56). Sum of RGB (Red+Green+Blue) = 97+183+56=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 183 (71.88% from 255 or 54.46% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 183 - color contains mainly: green. Hex color #61B738 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61B738 is #9E48C7. Grayscale: #8F8F8F. Windows color (decimal): -10373320 or 3716961. OLE color: 3716961.
HSL color Cylindrical-coordinate representation of color #61B738: hue angle of 100.63º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61B738 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 183 | 56 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.28 |
| HSL | 100.63º | 0.53% | 0.47% | - |
| HSV(B) | 100.63º | 0.69% | 0.72% | - |
| XYZ | 22.58 | 36.69 | 9.63 | - |
| YUV | 142.81 | 79.01 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 183 | 56 | 0.47 | 0 | 0.69 | 0.28 | 100.63 | 0.53 | 0.47 |
| Hex | 61 | B7 | 38 | 2F | 0 | 45 | 1C | 65 | 35 | 2F |
| Octal | 141 | 267 | 70 | 57 | 0 | 105 | 34 | 145 | 65 | 57 |
| Binary | 1100001 | 10110111 | 111000 | 101111 | 0 | 1000101 | 11100 | 1100101 | 110101 | 101111 |
Color Harmonies of #61B738
Complementary color
Monochromatic Colors of #61B738
Black with #61B738
Text Example
Text Example
White with #61B738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B738; }
p { color: rgb(97,183,56); }
H1.HeaderClassName
{
color: #61B738;
}
.AnyTagClassName
{
color: #61B738;
}
</style>
background-color css
<style>
a { background-color: #61B738; }
a { background-color: rgb(97,183,56); }
div.DivClassName
{
background-color: #61B738;
}
.BgClassName
{
background-color: #61B738;
}
</style>
border-color css
<style>
span { border-color: #61B738; }
span { border-color: rgb(97,183,56); }
td.TdClassName
{
border-color: #61B738;
}
.TagClassName
{
border-color: #61B738;
}
</style>