Shades of Apple #61A93D
Tints of Apple #61A93D
RGB
CMYK
RGB Variations
Color information
#61A93D (or 0x61A93D) is known color: Apple. HEX triplet: 61, A9 and 3D. RGB value is (97,169,61). Sum of RGB (Red+Green+Blue) = 97+169+61=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 169 (66.41% from 255 or 51.68% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 169 - color contains mainly: green. Hex color #61A93D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A93D is #9E56C2. Grayscale: #878787. Windows color (decimal): -10376899 or 4041057. OLE color: 4041057.
HSL color Cylindrical-coordinate representation of color #61A93D: hue angle of 100º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61A93D is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 169 | 61 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.34 |
| HSL | 100º | 0.47% | 0.45% | - |
| HSV(B) | 100º | 0.64% | 0.66% | - |
| XYZ | 19.96 | 31.25 | 9.4 | - |
| YUV | 135.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 169 | 61 | 0.43 | 0 | 0.64 | 0.34 | 100 | 0.47 | 0.45 |
| Hex | 61 | A9 | 3D | 2B | 0 | 40 | 22 | 64 | 2F | 2D |
| Octal | 141 | 251 | 75 | 53 | 0 | 100 | 42 | 144 | 57 | 55 |
| Binary | 1100001 | 10101001 | 111101 | 101011 | 0 | 1000000 | 100010 | 1100100 | 101111 | 101101 |
Color Harmonies of #61A93D
Complementary color
Monochromatic Colors of #61A93D
Black with #61A93D
Text Example
Text Example
White with #61A93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A93D; }
p { color: rgb(97,169,61); }
H1.HeaderClassName
{
color: #61A93D;
}
.AnyTagClassName
{
color: #61A93D;
}
</style>
background-color css
<style>
a { background-color: #61A93D; }
a { background-color: rgb(97,169,61); }
div.DivClassName
{
background-color: #61A93D;
}
.BgClassName
{
background-color: #61A93D;
}
</style>
border-color css
<style>
span { border-color: #61A93D; }
span { border-color: rgb(97,169,61); }
td.TdClassName
{
border-color: #61A93D;
}
.TagClassName
{
border-color: #61A93D;
}
</style>