Shades of Apple #6BAE35
Tints of Apple #6BAE35
RGB
CMYK
RGB Variations
Color information
#6BAE35 (or 0x6BAE35) is known color: Apple. HEX triplet: 6B, AE and 35. RGB value is (107,174,53). Sum of RGB (Red+Green+Blue) = 107+174+53=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAE35 is #9451CA. Grayscale: #8C8C8C. Windows color (decimal): -9720267 or 3518059. OLE color: 3518059.
HSL color Cylindrical-coordinate representation of color #6BAE35: hue angle of 93.22º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6BAE35 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 53 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.32 |
| HSL | 93.22º | 0.53% | 0.45% | - |
| HSV(B) | 93.22º | 0.7% | 0.68% | - |
| XYZ | 21.84 | 33.65 | 8.71 | - |
| YUV | 140.17 | 78.8 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 53 | 0.39 | 0 | 0.70 | 0.32 | 93.22 | 0.53 | 0.45 |
| Hex | 6B | AE | 35 | 27 | 0 | 46 | 20 | 5D | 35 | 2D |
| Octal | 153 | 256 | 65 | 47 | 0 | 106 | 40 | 135 | 65 | 55 |
| Binary | 1101011 | 10101110 | 110101 | 100111 | 0 | 1000110 | 100000 | 1011101 | 110101 | 101101 |
Color Harmonies of #6BAE35
Complementary color
Monochromatic Colors of #6BAE35
Black with #6BAE35
Text Example
Text Example
White with #6BAE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE35; }
p { color: rgb(107,174,53); }
H1.HeaderClassName
{
color: #6BAE35;
}
.AnyTagClassName
{
color: #6BAE35;
}
</style>
background-color css
<style>
a { background-color: #6BAE35; }
a { background-color: rgb(107,174,53); }
div.DivClassName
{
background-color: #6BAE35;
}
.BgClassName
{
background-color: #6BAE35;
}
</style>
border-color css
<style>
span { border-color: #6BAE35; }
span { border-color: rgb(107,174,53); }
td.TdClassName
{
border-color: #6BAE35;
}
.TagClassName
{
border-color: #6BAE35;
}
</style>