Shades of Apple #6BA149
Tints of Apple #6BA149
RGB
CMYK
RGB Variations
Color information
#6BA149 (or 0x6BA149) is known color: Apple. HEX triplet: 6B, A1 and 49. RGB value is (107,161,73). Sum of RGB (Red+Green+Blue) = 107+161+73=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA149 is #945EB6. Grayscale: #878787. Windows color (decimal): -9723575 or 4825451. OLE color: 4825451.
HSL color Cylindrical-coordinate representation of color #6BA149: hue angle of 96.82º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BA149 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 73 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.37 |
| HSL | 96.82º | 0.38% | 0.46% | - |
| HSV(B) | 96.82º | 0.55% | 0.63% | - |
| XYZ | 20.01 | 29.1 | 10.86 | - |
| YUV | 134.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 73 | 0.34 | 0 | 0.55 | 0.37 | 96.82 | 0.38 | 0.46 |
| Hex | 6B | A1 | 49 | 22 | 0 | 37 | 25 | 61 | 26 | 2E |
| Octal | 153 | 241 | 111 | 42 | 0 | 67 | 45 | 141 | 46 | 56 |
| Binary | 1101011 | 10100001 | 1001001 | 100010 | 0 | 110111 | 100101 | 1100001 | 100110 | 101110 |
Color Harmonies of #6BA149
Complementary color
Monochromatic Colors of #6BA149
Black with #6BA149
Text Example
Text Example
White with #6BA149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA149; }
p { color: rgb(107,161,73); }
H1.HeaderClassName
{
color: #6BA149;
}
.AnyTagClassName
{
color: #6BA149;
}
</style>
background-color css
<style>
a { background-color: #6BA149; }
a { background-color: rgb(107,161,73); }
div.DivClassName
{
background-color: #6BA149;
}
.BgClassName
{
background-color: #6BA149;
}
</style>
border-color css
<style>
span { border-color: #6BA149; }
span { border-color: rgb(107,161,73); }
td.TdClassName
{
border-color: #6BA149;
}
.TagClassName
{
border-color: #6BA149;
}
</style>