Shades of Apple #6BAE44
Tints of Apple #6BAE44
RGB
CMYK
RGB Variations
Color information
#6BAE44 (or 0x6BAE44) is known color: Apple. HEX triplet: 6B, AE and 44. RGB value is (107,174,68). Sum of RGB (Red+Green+Blue) = 107+174+68=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAE44 is #9451BB. Grayscale: #8E8E8E. Windows color (decimal): -9720252 or 4501099. OLE color: 4501099.
HSL color Cylindrical-coordinate representation of color #6BAE44: hue angle of 97.92º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6BAE44 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 68 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.32 |
| HSL | 97.92º | 0.44% | 0.47% | - |
| HSV(B) | 97.92º | 0.61% | 0.68% | - |
| XYZ | 22.24 | 33.82 | 10.82 | - |
| YUV | 141.88 | 86.3 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 68 | 0.39 | 0 | 0.61 | 0.32 | 97.92 | 0.44 | 0.47 |
| Hex | 6B | AE | 44 | 27 | 0 | 3D | 20 | 62 | 2C | 2F |
| Octal | 153 | 256 | 104 | 47 | 0 | 75 | 40 | 142 | 54 | 57 |
| Binary | 1101011 | 10101110 | 1000100 | 100111 | 0 | 111101 | 100000 | 1100010 | 101100 | 101111 |
Color Harmonies of #6BAE44
Complementary color
Monochromatic Colors of #6BAE44
Black with #6BAE44
Text Example
Text Example
White with #6BAE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE44; }
p { color: rgb(107,174,68); }
H1.HeaderClassName
{
color: #6BAE44;
}
.AnyTagClassName
{
color: #6BAE44;
}
</style>
background-color css
<style>
a { background-color: #6BAE44; }
a { background-color: rgb(107,174,68); }
div.DivClassName
{
background-color: #6BAE44;
}
.BgClassName
{
background-color: #6BAE44;
}
</style>
border-color css
<style>
span { border-color: #6BAE44; }
span { border-color: rgb(107,174,68); }
td.TdClassName
{
border-color: #6BAE44;
}
.TagClassName
{
border-color: #6BAE44;
}
</style>