Shades of Apple #6BAF3A
Tints of Apple #6BAF3A
RGB
CMYK
RGB Variations
Color information
#6BAF3A (or 0x6BAF3A) is known color: Apple. HEX triplet: 6B, AF and 3A. RGB value is (107,175,58). Sum of RGB (Red+Green+Blue) = 107+175+58=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAF3A is #9450C5. Grayscale: #8D8D8D. Windows color (decimal): -9720006 or 3845995. OLE color: 3845995.
HSL color Cylindrical-coordinate representation of color #6BAF3A: hue angle of 94.87º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6BAF3A is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 175 | 58 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.31 |
| HSL | 94.87º | 0.5% | 0.46% | - |
| HSV(B) | 94.87º | 0.67% | 0.69% | - |
| XYZ | 22.16 | 34.09 | 9.42 | - |
| YUV | 141.33 | 80.97 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 58 | 0.39 | 0 | 0.67 | 0.31 | 94.87 | 0.5 | 0.46 |
| Hex | 6B | AF | 3A | 27 | 0 | 43 | 1F | 5F | 32 | 2E |
| Octal | 153 | 257 | 72 | 47 | 0 | 103 | 37 | 137 | 62 | 56 |
| Binary | 1101011 | 10101111 | 111010 | 100111 | 0 | 1000011 | 11111 | 1011111 | 110010 | 101110 |
Color Harmonies of #6BAF3A
Complementary color
Monochromatic Colors of #6BAF3A
Black with #6BAF3A
Text Example
Text Example
White with #6BAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAF3A; }
p { color: rgb(107,175,58); }
H1.HeaderClassName
{
color: #6BAF3A;
}
.AnyTagClassName
{
color: #6BAF3A;
}
</style>
background-color css
<style>
a { background-color: #6BAF3A; }
a { background-color: rgb(107,175,58); }
div.DivClassName
{
background-color: #6BAF3A;
}
.BgClassName
{
background-color: #6BAF3A;
}
</style>
border-color css
<style>
span { border-color: #6BAF3A; }
span { border-color: rgb(107,175,58); }
td.TdClassName
{
border-color: #6BAF3A;
}
.TagClassName
{
border-color: #6BAF3A;
}
</style>