Shades of Apple #6EAF38
Tints of Apple #6EAF38
RGB
CMYK
RGB Variations
Color information
#6EAF38 (or 0x6EAF38) is known color: Apple. HEX triplet: 6E, AF and 38. RGB value is (110,175,56). Sum of RGB (Red+Green+Blue) = 110+175+56=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAF38 is #9150C7. Grayscale: #8E8E8E. Windows color (decimal): -9523400 or 3714926. OLE color: 3714926.
HSL color Cylindrical-coordinate representation of color #6EAF38: hue angle of 92.77º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6EAF38 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 175 | 56 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.31 |
| HSL | 92.77º | 0.52% | 0.45% | - |
| HSV(B) | 92.77º | 0.68% | 0.69% | - |
| XYZ | 22.47 | 34.26 | 9.17 | - |
| YUV | 142 | 79.47 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 56 | 0.37 | 0 | 0.68 | 0.31 | 92.77 | 0.52 | 0.45 |
| Hex | 6E | AF | 38 | 25 | 0 | 44 | 1F | 5D | 34 | 2D |
| Octal | 156 | 257 | 70 | 45 | 0 | 104 | 37 | 135 | 64 | 55 |
| Binary | 1101110 | 10101111 | 111000 | 100101 | 0 | 1000100 | 11111 | 1011101 | 110100 | 101101 |
Color Harmonies of #6EAF38
Complementary color
Monochromatic Colors of #6EAF38
Black with #6EAF38
Text Example
Text Example
White with #6EAF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAF38; }
p { color: rgb(110,175,56); }
H1.HeaderClassName
{
color: #6EAF38;
}
.AnyTagClassName
{
color: #6EAF38;
}
</style>
background-color css
<style>
a { background-color: #6EAF38; }
a { background-color: rgb(110,175,56); }
div.DivClassName
{
background-color: #6EAF38;
}
.BgClassName
{
background-color: #6EAF38;
}
</style>
border-color css
<style>
span { border-color: #6EAF38; }
span { border-color: rgb(110,175,56); }
td.TdClassName
{
border-color: #6EAF38;
}
.TagClassName
{
border-color: #6EAF38;
}
</style>