Shades of Apple #6DB652
Tints of Apple #6DB652
RGB
CMYK
RGB Variations
Color information
#6DB652 (or 0x6DB652) is known color: Apple. HEX triplet: 6D, B6 and 52. RGB value is (109,182,82). Sum of RGB (Red+Green+Blue) = 109+182+82=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB652 is #9249AD. Grayscale: #959595. Windows color (decimal): -9587118 or 5420653. OLE color: 5420653.
HSL color Cylindrical-coordinate representation of color #6DB652: hue angle of 103.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DB652 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 182 | 82 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.29 |
| HSL | 103.8º | 0.41% | 0.52% | - |
| HSV(B) | 103.8º | 0.55% | 0.71% | - |
| XYZ | 24.56 | 37.32 | 13.89 | - |
| YUV | 148.77 | 90.32 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 82 | 0.40 | 0 | 0.55 | 0.29 | 103.8 | 0.41 | 0.52 |
| Hex | 6D | B6 | 52 | 28 | 0 | 37 | 1D | 68 | 29 | 34 |
| Octal | 155 | 266 | 122 | 50 | 0 | 67 | 35 | 150 | 51 | 64 |
| Binary | 1101101 | 10110110 | 1010010 | 101000 | 0 | 110111 | 11101 | 1101000 | 101001 | 110100 |
Color Harmonies of #6DB652
Complementary color
Monochromatic Colors of #6DB652
Black with #6DB652
Text Example
Text Example
White with #6DB652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB652; }
p { color: rgb(109,182,82); }
H1.HeaderClassName
{
color: #6DB652;
}
.AnyTagClassName
{
color: #6DB652;
}
</style>
background-color css
<style>
a { background-color: #6DB652; }
a { background-color: rgb(109,182,82); }
div.DivClassName
{
background-color: #6DB652;
}
.BgClassName
{
background-color: #6DB652;
}
</style>
border-color css
<style>
span { border-color: #6DB652; }
span { border-color: rgb(109,182,82); }
td.TdClassName
{
border-color: #6DB652;
}
.TagClassName
{
border-color: #6DB652;
}
</style>