Shades of Apple #6BAC3A
Tints of Apple #6BAC3A
RGB
CMYK
RGB Variations
Color information
#6BAC3A (or 0x6BAC3A) is known color: Apple. HEX triplet: 6B, AC and 3A. RGB value is (107,172,58). Sum of RGB (Red+Green+Blue) = 107+172+58=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAC3A is #9453C5. Grayscale: #8B8B8B. Windows color (decimal): -9720774 or 3845227. OLE color: 3845227.
HSL color Cylindrical-coordinate representation of color #6BAC3A: hue angle of 94.21º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6BAC3A is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 58 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.33 |
| HSL | 94.21º | 0.5% | 0.45% | - |
| HSV(B) | 94.21º | 0.66% | 0.67% | - |
| XYZ | 21.58 | 32.94 | 9.22 | - |
| YUV | 139.57 | 81.97 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 58 | 0.38 | 0 | 0.66 | 0.33 | 94.21 | 0.5 | 0.45 |
| Hex | 6B | AC | 3A | 26 | 0 | 42 | 21 | 5E | 32 | 2D |
| Octal | 153 | 254 | 72 | 46 | 0 | 102 | 41 | 136 | 62 | 55 |
| Binary | 1101011 | 10101100 | 111010 | 100110 | 0 | 1000010 | 100001 | 1011110 | 110010 | 101101 |
Color Harmonies of #6BAC3A
Complementary color
Monochromatic Colors of #6BAC3A
Black with #6BAC3A
Text Example
Text Example
White with #6BAC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC3A; }
p { color: rgb(107,172,58); }
H1.HeaderClassName
{
color: #6BAC3A;
}
.AnyTagClassName
{
color: #6BAC3A;
}
</style>
background-color css
<style>
a { background-color: #6BAC3A; }
a { background-color: rgb(107,172,58); }
div.DivClassName
{
background-color: #6BAC3A;
}
.BgClassName
{
background-color: #6BAC3A;
}
</style>
border-color css
<style>
span { border-color: #6BAC3A; }
span { border-color: rgb(107,172,58); }
td.TdClassName
{
border-color: #6BAC3A;
}
.TagClassName
{
border-color: #6BAC3A;
}
</style>