Shades of Apple #6CB741
Tints of Apple #6CB741
RGB
CMYK
RGB Variations
Color information
#6CB741 (or 0x6CB741) is known color: Apple. HEX triplet: 6C, B7 and 41. RGB value is (108,183,65). Sum of RGB (Red+Green+Blue) = 108+183+65=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #6CB741 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB741 is #9348BE. Grayscale: #939393. Windows color (decimal): -9652415 or 4306796. OLE color: 4306796.
HSL color Cylindrical-coordinate representation of color #6CB741: hue angle of 98.14º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6CB741 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 183 | 65 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.28 |
| HSL | 98.14º | 0.48% | 0.49% | - |
| HSV(B) | 98.14º | 0.64% | 0.72% | - |
| XYZ | 24.07 | 37.44 | 10.96 | - |
| YUV | 147.12 | 81.65 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 183 | 65 | 0.41 | 0 | 0.64 | 0.28 | 98.14 | 0.48 | 0.49 |
| Hex | 6C | B7 | 41 | 29 | 0 | 40 | 1C | 62 | 30 | 31 |
| Octal | 154 | 267 | 101 | 51 | 0 | 100 | 34 | 142 | 60 | 61 |
| Binary | 1101100 | 10110111 | 1000001 | 101001 | 0 | 1000000 | 11100 | 1100010 | 110000 | 110001 |
Color Harmonies of #6CB741
Complementary color
Monochromatic Colors of #6CB741
Black with #6CB741
Text Example
Text Example
White with #6CB741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB741; }
p { color: rgb(108,183,65); }
H1.HeaderClassName
{
color: #6CB741;
}
.AnyTagClassName
{
color: #6CB741;
}
</style>
background-color css
<style>
a { background-color: #6CB741; }
a { background-color: rgb(108,183,65); }
div.DivClassName
{
background-color: #6CB741;
}
.BgClassName
{
background-color: #6CB741;
}
</style>
border-color css
<style>
span { border-color: #6CB741; }
span { border-color: rgb(108,183,65); }
td.TdClassName
{
border-color: #6CB741;
}
.TagClassName
{
border-color: #6CB741;
}
</style>