Shades of Apple #61A34A
Tints of Apple #61A34A
RGB
CMYK
RGB Variations
Color information
#61A34A (or 0x61A34A) is known color: Apple. HEX triplet: 61, A3 and 4A. RGB value is (97,163,74). Sum of RGB (Red+Green+Blue) = 97+163+74=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #61A34A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A34A is #9E5CB5. Grayscale: #858585. Windows color (decimal): -10378422 or 4891489. OLE color: 4891489.
HSL color Cylindrical-coordinate representation of color #61A34A: hue angle of 104.49º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61A34A is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 163 | 74 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.36 |
| HSL | 104.49º | 0.38% | 0.46% | - |
| HSV(B) | 104.49º | 0.55% | 0.64% | - |
| XYZ | 19.26 | 29.23 | 11.11 | - |
| YUV | 133.12 | 94.63 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 163 | 74 | 0.40 | 0 | 0.55 | 0.36 | 104.49 | 0.38 | 0.46 |
| Hex | 61 | A3 | 4A | 28 | 0 | 37 | 24 | 68 | 26 | 2E |
| Octal | 141 | 243 | 112 | 50 | 0 | 67 | 44 | 150 | 46 | 56 |
| Binary | 1100001 | 10100011 | 1001010 | 101000 | 0 | 110111 | 100100 | 1101000 | 100110 | 101110 |
Color Harmonies of #61A34A
Complementary color
Monochromatic Colors of #61A34A
Black with #61A34A
Text Example
Text Example
White with #61A34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A34A; }
p { color: rgb(97,163,74); }
H1.HeaderClassName
{
color: #61A34A;
}
.AnyTagClassName
{
color: #61A34A;
}
</style>
background-color css
<style>
a { background-color: #61A34A; }
a { background-color: rgb(97,163,74); }
div.DivClassName
{
background-color: #61A34A;
}
.BgClassName
{
background-color: #61A34A;
}
</style>
border-color css
<style>
span { border-color: #61A34A; }
span { border-color: rgb(97,163,74); }
td.TdClassName
{
border-color: #61A34A;
}
.TagClassName
{
border-color: #61A34A;
}
</style>