Shades of Apple #6BAB45
Tints of Apple #6BAB45
RGB
CMYK
RGB Variations
Color information
#6BAB45 (or 0x6BAB45) is known color: Apple. HEX triplet: 6B, AB and 45. RGB value is (107,171,69). Sum of RGB (Red+Green+Blue) = 107+171+69=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAB45 is #9454BA. Grayscale: #8C8C8C. Windows color (decimal): -9721019 or 4565867. OLE color: 4565867.
HSL color Cylindrical-coordinate representation of color #6BAB45: hue angle of 97.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6BAB45 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 69 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.33 |
| HSL | 97.65º | 0.43% | 0.47% | - |
| HSV(B) | 97.65º | 0.6% | 0.67% | - |
| XYZ | 21.7 | 32.68 | 10.79 | - |
| YUV | 140.24 | 87.8 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 69 | 0.37 | 0 | 0.60 | 0.33 | 97.65 | 0.43 | 0.47 |
| Hex | 6B | AB | 45 | 25 | 0 | 3C | 21 | 62 | 2A | 2F |
| Octal | 153 | 253 | 105 | 45 | 0 | 74 | 41 | 142 | 52 | 57 |
| Binary | 1101011 | 10101011 | 1000101 | 100101 | 0 | 111100 | 100001 | 1100010 | 101010 | 101111 |
Color Harmonies of #6BAB45
Complementary color
Monochromatic Colors of #6BAB45
Black with #6BAB45
Text Example
Text Example
White with #6BAB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB45; }
p { color: rgb(107,171,69); }
H1.HeaderClassName
{
color: #6BAB45;
}
.AnyTagClassName
{
color: #6BAB45;
}
</style>
background-color css
<style>
a { background-color: #6BAB45; }
a { background-color: rgb(107,171,69); }
div.DivClassName
{
background-color: #6BAB45;
}
.BgClassName
{
background-color: #6BAB45;
}
</style>
border-color css
<style>
span { border-color: #6BAB45; }
span { border-color: rgb(107,171,69); }
td.TdClassName
{
border-color: #6BAB45;
}
.TagClassName
{
border-color: #6BAB45;
}
</style>