Shades of Apple #6BAD51
Tints of Apple #6BAD51
RGB
CMYK
RGB Variations
Color information
#6BAD51 (or 0x6BAD51) is known color: Apple. HEX triplet: 6B, AD and 51. RGB value is (107,173,81). Sum of RGB (Red+Green+Blue) = 107+173+81=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAD51 is #9452AE. Grayscale: #8F8F8F. Windows color (decimal): -9720495 or 5352811. OLE color: 5352811.
HSL color Cylindrical-coordinate representation of color #6BAD51: hue angle of 103.04º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BAD51 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 173 | 81 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.32 |
| HSL | 103.04º | 0.36% | 0.5% | - |
| HSV(B) | 103.04º | 0.53% | 0.68% | - |
| XYZ | 22.49 | 33.61 | 13.09 | - |
| YUV | 142.78 | 93.13 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 81 | 0.38 | 0 | 0.53 | 0.32 | 103.04 | 0.36 | 0.5 |
| Hex | 6B | AD | 51 | 26 | 0 | 35 | 20 | 67 | 24 | 32 |
| Octal | 153 | 255 | 121 | 46 | 0 | 65 | 40 | 147 | 44 | 62 |
| Binary | 1101011 | 10101101 | 1010001 | 100110 | 0 | 110101 | 100000 | 1100111 | 100100 | 110010 |
Color Harmonies of #6BAD51
Complementary color
Monochromatic Colors of #6BAD51
Black with #6BAD51
Text Example
Text Example
White with #6BAD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAD51; }
p { color: rgb(107,173,81); }
H1.HeaderClassName
{
color: #6BAD51;
}
.AnyTagClassName
{
color: #6BAD51;
}
</style>
background-color css
<style>
a { background-color: #6BAD51; }
a { background-color: rgb(107,173,81); }
div.DivClassName
{
background-color: #6BAD51;
}
.BgClassName
{
background-color: #6BAD51;
}
</style>
border-color css
<style>
span { border-color: #6BAD51; }
span { border-color: rgb(107,173,81); }
td.TdClassName
{
border-color: #6BAD51;
}
.TagClassName
{
border-color: #6BAD51;
}
</style>