Shades of Apple #6DB555
Tints of Apple #6DB555
RGB
CMYK
RGB Variations
Color information
#6DB555 (or 0x6DB555) is known color: Apple. HEX triplet: 6D, B5 and 55. RGB value is (109,181,85). Sum of RGB (Red+Green+Blue) = 109+181+85=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB555 is #924AAA. Grayscale: #949494. Windows color (decimal): -9587371 or 5617005. OLE color: 5617005.
HSL color Cylindrical-coordinate representation of color #6DB555: hue angle of 105º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DB555 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 181 | 85 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.29 |
| HSL | 105º | 0.39% | 0.52% | - |
| HSV(B) | 105º | 0.53% | 0.71% | - |
| XYZ | 24.47 | 36.95 | 14.44 | - |
| YUV | 148.53 | 92.15 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 85 | 0.40 | 0 | 0.53 | 0.29 | 105 | 0.39 | 0.52 |
| Hex | 6D | B5 | 55 | 28 | 0 | 35 | 1D | 69 | 27 | 34 |
| Octal | 155 | 265 | 125 | 50 | 0 | 65 | 35 | 151 | 47 | 64 |
| Binary | 1101101 | 10110101 | 1010101 | 101000 | 0 | 110101 | 11101 | 1101001 | 100111 | 110100 |
Color Harmonies of #6DB555
Complementary color
Monochromatic Colors of #6DB555
Black with #6DB555
Text Example
Text Example
White with #6DB555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB555; }
p { color: rgb(109,181,85); }
H1.HeaderClassName
{
color: #6DB555;
}
.AnyTagClassName
{
color: #6DB555;
}
</style>
background-color css
<style>
a { background-color: #6DB555; }
a { background-color: rgb(109,181,85); }
div.DivClassName
{
background-color: #6DB555;
}
.BgClassName
{
background-color: #6DB555;
}
</style>
border-color css
<style>
span { border-color: #6DB555; }
span { border-color: rgb(109,181,85); }
td.TdClassName
{
border-color: #6DB555;
}
.TagClassName
{
border-color: #6DB555;
}
</style>