Shades of Apple #61A443
Tints of Apple #61A443
RGB
CMYK
RGB Variations
Color information
#61A443 (or 0x61A443) is known color: Apple. HEX triplet: 61, A4 and 43. RGB value is (97,164,67). Sum of RGB (Red+Green+Blue) = 97+164+67=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #61A443 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A443 is #9E5BBC. Grayscale: #858585. Windows color (decimal): -10378173 or 4432993. OLE color: 4432993.
HSL color Cylindrical-coordinate representation of color #61A443: hue angle of 101.44º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61A443 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 164 | 67 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.36 |
| HSL | 101.44º | 0.42% | 0.45% | - |
| HSV(B) | 101.44º | 0.59% | 0.64% | - |
| XYZ | 19.22 | 29.5 | 9.99 | - |
| YUV | 132.91 | 90.8 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 164 | 67 | 0.41 | 0 | 0.59 | 0.36 | 101.44 | 0.42 | 0.45 |
| Hex | 61 | A4 | 43 | 29 | 0 | 3B | 24 | 65 | 2A | 2D |
| Octal | 141 | 244 | 103 | 51 | 0 | 73 | 44 | 145 | 52 | 55 |
| Binary | 1100001 | 10100100 | 1000011 | 101001 | 0 | 111011 | 100100 | 1100101 | 101010 | 101101 |
Color Harmonies of #61A443
Complementary color
Monochromatic Colors of #61A443
Black with #61A443
Text Example
Text Example
White with #61A443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A443; }
p { color: rgb(97,164,67); }
H1.HeaderClassName
{
color: #61A443;
}
.AnyTagClassName
{
color: #61A443;
}
</style>
background-color css
<style>
a { background-color: #61A443; }
a { background-color: rgb(97,164,67); }
div.DivClassName
{
background-color: #61A443;
}
.BgClassName
{
background-color: #61A443;
}
</style>
border-color css
<style>
span { border-color: #61A443; }
span { border-color: rgb(97,164,67); }
td.TdClassName
{
border-color: #61A443;
}
.TagClassName
{
border-color: #61A443;
}
</style>