Shades of Apple #6CB149
Tints of Apple #6CB149
RGB
CMYK
RGB Variations
Color information
#6CB149 (or 0x6CB149) is known color: Apple. HEX triplet: 6C, B1 and 49. RGB value is (108,177,73). Sum of RGB (Red+Green+Blue) = 108+177+73=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 177 (69.53% from 255 or 49.44% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CB149 is #934EB6. Grayscale: #909090. Windows color (decimal): -9653943 or 4829548. OLE color: 4829548.
HSL color Cylindrical-coordinate representation of color #6CB149: hue angle of 99.81º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6CB149 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 177 | 73 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.31 |
| HSL | 99.81º | 0.42% | 0.49% | - |
| HSV(B) | 99.81º | 0.59% | 0.69% | - |
| XYZ | 23.11 | 35.11 | 11.86 | - |
| YUV | 144.51 | 87.64 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 177 | 73 | 0.39 | 0 | 0.59 | 0.31 | 99.81 | 0.42 | 0.49 |
| Hex | 6C | B1 | 49 | 27 | 0 | 3B | 1F | 64 | 2A | 31 |
| Octal | 154 | 261 | 111 | 47 | 0 | 73 | 37 | 144 | 52 | 61 |
| Binary | 1101100 | 10110001 | 1001001 | 100111 | 0 | 111011 | 11111 | 1100100 | 101010 | 110001 |
Color Harmonies of #6CB149
Complementary color
Monochromatic Colors of #6CB149
Black with #6CB149
Text Example
Text Example
White with #6CB149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB149; }
p { color: rgb(108,177,73); }
H1.HeaderClassName
{
color: #6CB149;
}
.AnyTagClassName
{
color: #6CB149;
}
</style>
background-color css
<style>
a { background-color: #6CB149; }
a { background-color: rgb(108,177,73); }
div.DivClassName
{
background-color: #6CB149;
}
.BgClassName
{
background-color: #6CB149;
}
</style>
border-color css
<style>
span { border-color: #6CB149; }
span { border-color: rgb(108,177,73); }
td.TdClassName
{
border-color: #6CB149;
}
.TagClassName
{
border-color: #6CB149;
}
</style>