Shades of Apple #61B344
Tints of Apple #61B344
RGB
CMYK
RGB Variations
Color information
#61B344 (or 0x61B344) is known color: Apple. HEX triplet: 61, B3 and 44. RGB value is (97,179,68). Sum of RGB (Red+Green+Blue) = 97+179+68=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #61B344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61B344 is #9E4CBB. Grayscale: #8E8E8E. Windows color (decimal): -10374332 or 4502369. OLE color: 4502369.
HSL color Cylindrical-coordinate representation of color #61B344: hue angle of 104.32º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61B344 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 179 | 68 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.30 |
| HSL | 104.32º | 0.45% | 0.48% | - |
| HSV(B) | 104.32º | 0.62% | 0.7% | - |
| XYZ | 22.09 | 35.2 | 11.1 | - |
| YUV | 141.83 | 86.33 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 179 | 68 | 0.46 | 0 | 0.62 | 0.30 | 104.32 | 0.45 | 0.48 |
| Hex | 61 | B3 | 44 | 2E | 0 | 3E | 1E | 68 | 2D | 30 |
| Octal | 141 | 263 | 104 | 56 | 0 | 76 | 36 | 150 | 55 | 60 |
| Binary | 1100001 | 10110011 | 1000100 | 101110 | 0 | 111110 | 11110 | 1101000 | 101101 | 110000 |
Color Harmonies of #61B344
Complementary color
Monochromatic Colors of #61B344
Black with #61B344
Text Example
Text Example
White with #61B344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B344; }
p { color: rgb(97,179,68); }
H1.HeaderClassName
{
color: #61B344;
}
.AnyTagClassName
{
color: #61B344;
}
</style>
background-color css
<style>
a { background-color: #61B344; }
a { background-color: rgb(97,179,68); }
div.DivClassName
{
background-color: #61B344;
}
.BgClassName
{
background-color: #61B344;
}
</style>
border-color css
<style>
span { border-color: #61B344; }
span { border-color: rgb(97,179,68); }
td.TdClassName
{
border-color: #61B344;
}
.TagClassName
{
border-color: #61B344;
}
</style>