Shades of Apple #6BAC3F
Tints of Apple #6BAC3F
RGB
CMYK
RGB Variations
Color information
#6BAC3F (or 0x6BAC3F) is known color: Apple. HEX triplet: 6B, AC and 3F. RGB value is (107,172,63). Sum of RGB (Red+Green+Blue) = 107+172+63=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAC3F is #9453C0. Grayscale: #8C8C8C. Windows color (decimal): -9720769 or 4172907. OLE color: 4172907.
HSL color Cylindrical-coordinate representation of color #6BAC3F: hue angle of 95.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6BAC3F is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 63 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.33 |
| HSL | 95.78º | 0.46% | 0.46% | - |
| HSV(B) | 95.78º | 0.63% | 0.67% | - |
| XYZ | 21.71 | 32.99 | 9.93 | - |
| YUV | 140.14 | 84.47 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 63 | 0.38 | 0 | 0.63 | 0.33 | 95.78 | 0.46 | 0.46 |
| Hex | 6B | AC | 3F | 26 | 0 | 3F | 21 | 60 | 2E | 2E |
| Octal | 153 | 254 | 77 | 46 | 0 | 77 | 41 | 140 | 56 | 56 |
| Binary | 1101011 | 10101100 | 111111 | 100110 | 0 | 111111 | 100001 | 1100000 | 101110 | 101110 |
Color Harmonies of #6BAC3F
Complementary color
Monochromatic Colors of #6BAC3F
Black with #6BAC3F
Text Example
Text Example
White with #6BAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC3F; }
p { color: rgb(107,172,63); }
H1.HeaderClassName
{
color: #6BAC3F;
}
.AnyTagClassName
{
color: #6BAC3F;
}
</style>
background-color css
<style>
a { background-color: #6BAC3F; }
a { background-color: rgb(107,172,63); }
div.DivClassName
{
background-color: #6BAC3F;
}
.BgClassName
{
background-color: #6BAC3F;
}
</style>
border-color css
<style>
span { border-color: #6BAC3F; }
span { border-color: rgb(107,172,63); }
td.TdClassName
{
border-color: #6BAC3F;
}
.TagClassName
{
border-color: #6BAC3F;
}
</style>