Shades of Apple #6CAF3A
Tints of Apple #6CAF3A
RGB
CMYK
RGB Variations
Color information
#6CAF3A (or 0x6CAF3A) is known color: Apple. HEX triplet: 6C, AF and 3A. RGB value is (108,175,58). Sum of RGB (Red+Green+Blue) = 108+175+58=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAF3A is #9350C5. Grayscale: #8E8E8E. Windows color (decimal): -9654470 or 3845996. OLE color: 3845996.
HSL color Cylindrical-coordinate representation of color #6CAF3A: hue angle of 94.36º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6CAF3A is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 58 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.31 |
| HSL | 94.36º | 0.5% | 0.46% | - |
| HSV(B) | 94.36º | 0.67% | 0.69% | - |
| XYZ | 22.28 | 34.15 | 9.42 | - |
| YUV | 141.63 | 80.8 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 58 | 0.38 | 0 | 0.67 | 0.31 | 94.36 | 0.5 | 0.46 |
| Hex | 6C | AF | 3A | 26 | 0 | 43 | 1F | 5E | 32 | 2E |
| Octal | 154 | 257 | 72 | 46 | 0 | 103 | 37 | 136 | 62 | 56 |
| Binary | 1101100 | 10101111 | 111010 | 100110 | 0 | 1000011 | 11111 | 1011110 | 110010 | 101110 |
Color Harmonies of #6CAF3A
Complementary color
Monochromatic Colors of #6CAF3A
Black with #6CAF3A
Text Example
Text Example
White with #6CAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF3A; }
p { color: rgb(108,175,58); }
H1.HeaderClassName
{
color: #6CAF3A;
}
.AnyTagClassName
{
color: #6CAF3A;
}
</style>
background-color css
<style>
a { background-color: #6CAF3A; }
a { background-color: rgb(108,175,58); }
div.DivClassName
{
background-color: #6CAF3A;
}
.BgClassName
{
background-color: #6CAF3A;
}
</style>
border-color css
<style>
span { border-color: #6CAF3A; }
span { border-color: rgb(108,175,58); }
td.TdClassName
{
border-color: #6CAF3A;
}
.TagClassName
{
border-color: #6CAF3A;
}
</style>