Shades of Apple #6BAE4A
Tints of Apple #6BAE4A
RGB
CMYK
RGB Variations
Color information
#6BAE4A (or 0x6BAE4A) is known color: Apple. HEX triplet: 6B, AE and 4A. RGB value is (107,174,74). Sum of RGB (Red+Green+Blue) = 107+174+74=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAE4A is #9451B5. Grayscale: #8E8E8E. Windows color (decimal): -9720246 or 4894315. OLE color: 4894315.
HSL color Cylindrical-coordinate representation of color #6BAE4A: hue angle of 100.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BAE4A is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 74 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.32 |
| HSL | 100.2º | 0.4% | 0.49% | - |
| HSV(B) | 100.2º | 0.57% | 0.68% | - |
| XYZ | 22.44 | 33.89 | 11.84 | - |
| YUV | 142.57 | 89.3 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 74 | 0.39 | 0 | 0.57 | 0.32 | 100.2 | 0.4 | 0.49 |
| Hex | 6B | AE | 4A | 27 | 0 | 39 | 20 | 64 | 28 | 31 |
| Octal | 153 | 256 | 112 | 47 | 0 | 71 | 40 | 144 | 50 | 61 |
| Binary | 1101011 | 10101110 | 1001010 | 100111 | 0 | 111001 | 100000 | 1100100 | 101000 | 110001 |
Color Harmonies of #6BAE4A
Complementary color
Monochromatic Colors of #6BAE4A
Black with #6BAE4A
Text Example
Text Example
White with #6BAE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE4A; }
p { color: rgb(107,174,74); }
H1.HeaderClassName
{
color: #6BAE4A;
}
.AnyTagClassName
{
color: #6BAE4A;
}
</style>
background-color css
<style>
a { background-color: #6BAE4A; }
a { background-color: rgb(107,174,74); }
div.DivClassName
{
background-color: #6BAE4A;
}
.BgClassName
{
background-color: #6BAE4A;
}
</style>
border-color css
<style>
span { border-color: #6BAE4A; }
span { border-color: rgb(107,174,74); }
td.TdClassName
{
border-color: #6BAE4A;
}
.TagClassName
{
border-color: #6BAE4A;
}
</style>