Shades of Apple #6BAE4D
Tints of Apple #6BAE4D
RGB
CMYK
RGB Variations
Color information
#6BAE4D (or 0x6BAE4D) is known color: Apple. HEX triplet: 6B, AE and 4D. RGB value is (107,174,77). Sum of RGB (Red+Green+Blue) = 107+174+77=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 174 (68.36% from 255 or 48.60% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAE4D is #9451B2. Grayscale: #8F8F8F. Windows color (decimal): -9720243 or 5090923. OLE color: 5090923.
HSL color Cylindrical-coordinate representation of color #6BAE4D: hue angle of 101.44º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BAE4D is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 77 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.32 |
| HSL | 101.44º | 0.39% | 0.49% | - |
| HSV(B) | 101.44º | 0.56% | 0.68% | - |
| XYZ | 22.54 | 33.93 | 12.38 | - |
| YUV | 142.91 | 90.8 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 77 | 0.39 | 0 | 0.56 | 0.32 | 101.44 | 0.39 | 0.49 |
| Hex | 6B | AE | 4D | 27 | 0 | 38 | 20 | 65 | 27 | 31 |
| Octal | 153 | 256 | 115 | 47 | 0 | 70 | 40 | 145 | 47 | 61 |
| Binary | 1101011 | 10101110 | 1001101 | 100111 | 0 | 111000 | 100000 | 1100101 | 100111 | 110001 |
Color Harmonies of #6BAE4D
Complementary color
Monochromatic Colors of #6BAE4D
Black with #6BAE4D
Text Example
Text Example
White with #6BAE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE4D; }
p { color: rgb(107,174,77); }
H1.HeaderClassName
{
color: #6BAE4D;
}
.AnyTagClassName
{
color: #6BAE4D;
}
</style>
background-color css
<style>
a { background-color: #6BAE4D; }
a { background-color: rgb(107,174,77); }
div.DivClassName
{
background-color: #6BAE4D;
}
.BgClassName
{
background-color: #6BAE4D;
}
</style>
border-color css
<style>
span { border-color: #6BAE4D; }
span { border-color: rgb(107,174,77); }
td.TdClassName
{
border-color: #6BAE4D;
}
.TagClassName
{
border-color: #6BAE4D;
}
</style>