Shades of Apple #6BAE53
Tints of Apple #6BAE53
RGB
CMYK
RGB Variations
Color information
#6BAE53 (or 0x6BAE53) is known color: Apple. HEX triplet: 6B, AE and 53. RGB value is (107,174,83). Sum of RGB (Red+Green+Blue) = 107+174+83=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAE53 is #9451AC. Grayscale: #8F8F8F. Windows color (decimal): -9720237 or 5484139. OLE color: 5484139.
HSL color Cylindrical-coordinate representation of color #6BAE53: hue angle of 104.18º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BAE53 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 83 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.32 |
| HSL | 104.18º | 0.36% | 0.5% | - |
| HSV(B) | 104.18º | 0.52% | 0.68% | - |
| XYZ | 22.76 | 34.02 | 13.55 | - |
| YUV | 143.59 | 93.8 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 83 | 0.39 | 0 | 0.52 | 0.32 | 104.18 | 0.36 | 0.5 |
| Hex | 6B | AE | 53 | 27 | 0 | 34 | 20 | 68 | 24 | 32 |
| Octal | 153 | 256 | 123 | 47 | 0 | 64 | 40 | 150 | 44 | 62 |
| Binary | 1101011 | 10101110 | 1010011 | 100111 | 0 | 110100 | 100000 | 1101000 | 100100 | 110010 |
Color Harmonies of #6BAE53
Complementary color
Monochromatic Colors of #6BAE53
Black with #6BAE53
Text Example
Text Example
White with #6BAE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE53; }
p { color: rgb(107,174,83); }
H1.HeaderClassName
{
color: #6BAE53;
}
.AnyTagClassName
{
color: #6BAE53;
}
</style>
background-color css
<style>
a { background-color: #6BAE53; }
a { background-color: rgb(107,174,83); }
div.DivClassName
{
background-color: #6BAE53;
}
.BgClassName
{
background-color: #6BAE53;
}
</style>
border-color css
<style>
span { border-color: #6BAE53; }
span { border-color: rgb(107,174,83); }
td.TdClassName
{
border-color: #6BAE53;
}
.TagClassName
{
border-color: #6BAE53;
}
</style>