Shades of Apple #6CB931
Tints of Apple #6CB931
RGB
CMYK
RGB Variations
Color information
#6CB931 (or 0x6CB931) is known color: Apple. HEX triplet: 6C, B9 and 31. RGB value is (108,185,49). Sum of RGB (Red+Green+Blue) = 108+185+49=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 185 (72.66% from 255 or 54.09% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 185 - color contains mainly: green. Hex color #6CB931 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB931 is #9346CE. Grayscale: #929292. Windows color (decimal): -9651919 or 3258732. OLE color: 3258732.
HSL color Cylindrical-coordinate representation of color #6CB931: hue angle of 93.97º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6CB931 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 185 | 49 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.27 |
| HSL | 93.97º | 0.58% | 0.46% | - |
| HSV(B) | 93.97º | 0.74% | 0.73% | - |
| XYZ | 24.09 | 38.11 | 8.99 | - |
| YUV | 146.47 | 72.99 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 185 | 49 | 0.42 | 0 | 0.74 | 0.27 | 93.97 | 0.58 | 0.46 |
| Hex | 6C | B9 | 31 | 2A | 0 | 4A | 1B | 5E | 3A | 2E |
| Octal | 154 | 271 | 61 | 52 | 0 | 112 | 33 | 136 | 72 | 56 |
| Binary | 1101100 | 10111001 | 110001 | 101010 | 0 | 1001010 | 11011 | 1011110 | 111010 | 101110 |
Color Harmonies of #6CB931
Complementary color
Monochromatic Colors of #6CB931
Black with #6CB931
Text Example
Text Example
White with #6CB931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB931; }
p { color: rgb(108,185,49); }
H1.HeaderClassName
{
color: #6CB931;
}
.AnyTagClassName
{
color: #6CB931;
}
</style>
background-color css
<style>
a { background-color: #6CB931; }
a { background-color: rgb(108,185,49); }
div.DivClassName
{
background-color: #6CB931;
}
.BgClassName
{
background-color: #6CB931;
}
</style>
border-color css
<style>
span { border-color: #6CB931; }
span { border-color: rgb(108,185,49); }
td.TdClassName
{
border-color: #6CB931;
}
.TagClassName
{
border-color: #6CB931;
}
</style>