Shades of Apple #6DB534
Tints of Apple #6DB534
RGB
CMYK
RGB Variations
Color information
#6DB534 (or 0x6DB534) is known color: Apple. HEX triplet: 6D, B5 and 34. RGB value is (109,181,52). Sum of RGB (Red+Green+Blue) = 109+181+52=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB534 is #924ACB. Grayscale: #919191. Windows color (decimal): -9587404 or 3454317. OLE color: 3454317.
HSL color Cylindrical-coordinate representation of color #6DB534: hue angle of 93.49º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6DB534 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 181 | 52 | - |
| CMYK | 0.40 | 0 | 0.71 | 0.29 |
| HSL | 93.49º | 0.55% | 0.46% | - |
| HSV(B) | 93.49º | 0.71% | 0.71% | - |
| XYZ | 23.45 | 36.55 | 9.07 | - |
| YUV | 144.77 | 75.65 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 52 | 0.40 | 0 | 0.71 | 0.29 | 93.49 | 0.55 | 0.46 |
| Hex | 6D | B5 | 34 | 28 | 0 | 47 | 1D | 5D | 37 | 2E |
| Octal | 155 | 265 | 64 | 50 | 0 | 107 | 35 | 135 | 67 | 56 |
| Binary | 1101101 | 10110101 | 110100 | 101000 | 0 | 1000111 | 11101 | 1011101 | 110111 | 101110 |
Color Harmonies of #6DB534
Complementary color
Monochromatic Colors of #6DB534
Black with #6DB534
Text Example
Text Example
White with #6DB534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB534; }
p { color: rgb(109,181,52); }
H1.HeaderClassName
{
color: #6DB534;
}
.AnyTagClassName
{
color: #6DB534;
}
</style>
background-color css
<style>
a { background-color: #6DB534; }
a { background-color: rgb(109,181,52); }
div.DivClassName
{
background-color: #6DB534;
}
.BgClassName
{
background-color: #6DB534;
}
</style>
border-color css
<style>
span { border-color: #6DB534; }
span { border-color: rgb(109,181,52); }
td.TdClassName
{
border-color: #6DB534;
}
.TagClassName
{
border-color: #6DB534;
}
</style>