Shades of Apple #61A348
Tints of Apple #61A348
RGB
CMYK
RGB Variations
Color information
#61A348 (or 0x61A348) is known color: Apple. HEX triplet: 61, A3 and 48. RGB value is (97,163,72). Sum of RGB (Red+Green+Blue) = 97+163+72=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 163 - color contains mainly: green. Hex color #61A348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A348 is #9E5CB7. Grayscale: #858585. Windows color (decimal): -10378424 or 4760417. OLE color: 4760417.
HSL color Cylindrical-coordinate representation of color #61A348: hue angle of 103.52º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61A348 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 163 | 72 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.36 |
| HSL | 103.52º | 0.39% | 0.46% | - |
| HSV(B) | 103.52º | 0.56% | 0.64% | - |
| XYZ | 19.2 | 29.2 | 10.76 | - |
| YUV | 132.89 | 93.63 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 163 | 72 | 0.40 | 0 | 0.56 | 0.36 | 103.52 | 0.39 | 0.46 |
| Hex | 61 | A3 | 48 | 28 | 0 | 38 | 24 | 68 | 27 | 2E |
| Octal | 141 | 243 | 110 | 50 | 0 | 70 | 44 | 150 | 47 | 56 |
| Binary | 1100001 | 10100011 | 1001000 | 101000 | 0 | 111000 | 100100 | 1101000 | 100111 | 101110 |
Color Harmonies of #61A348
Complementary color
Monochromatic Colors of #61A348
Black with #61A348
Text Example
Text Example
White with #61A348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A348; }
p { color: rgb(97,163,72); }
H1.HeaderClassName
{
color: #61A348;
}
.AnyTagClassName
{
color: #61A348;
}
</style>
background-color css
<style>
a { background-color: #61A348; }
a { background-color: rgb(97,163,72); }
div.DivClassName
{
background-color: #61A348;
}
.BgClassName
{
background-color: #61A348;
}
</style>
border-color css
<style>
span { border-color: #61A348; }
span { border-color: rgb(97,163,72); }
td.TdClassName
{
border-color: #61A348;
}
.TagClassName
{
border-color: #61A348;
}
</style>