Shades of Apple #6DBD4A
Tints of Apple #6DBD4A
RGB
CMYK
RGB Variations
Color information
#6DBD4A (or 0x6DBD4A) is known color: Apple. HEX triplet: 6D, BD and 4A. RGB value is (109,189,74). Sum of RGB (Red+Green+Blue) = 109+189+74=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBD4A is #9242B5. Grayscale: #989898. Windows color (decimal): -9585334 or 4898157. OLE color: 4898157.
HSL color Cylindrical-coordinate representation of color #6DBD4A: hue angle of 101.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6DBD4A is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 74 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.26 |
| HSL | 101.74º | 0.47% | 0.52% | - |
| HSV(B) | 101.74º | 0.61% | 0.74% | - |
| XYZ | 25.74 | 40.14 | 12.87 | - |
| YUV | 151.97 | 84 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 74 | 0.42 | 0 | 0.61 | 0.26 | 101.74 | 0.47 | 0.52 |
| Hex | 6D | BD | 4A | 2A | 0 | 3D | 1A | 66 | 2F | 34 |
| Octal | 155 | 275 | 112 | 52 | 0 | 75 | 32 | 146 | 57 | 64 |
| Binary | 1101101 | 10111101 | 1001010 | 101010 | 0 | 111101 | 11010 | 1100110 | 101111 | 110100 |
Color Harmonies of #6DBD4A
Complementary color
Monochromatic Colors of #6DBD4A
Black with #6DBD4A
Text Example
Text Example
White with #6DBD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD4A; }
p { color: rgb(109,189,74); }
H1.HeaderClassName
{
color: #6DBD4A;
}
.AnyTagClassName
{
color: #6DBD4A;
}
</style>
background-color css
<style>
a { background-color: #6DBD4A; }
a { background-color: rgb(109,189,74); }
div.DivClassName
{
background-color: #6DBD4A;
}
.BgClassName
{
background-color: #6DBD4A;
}
</style>
border-color css
<style>
span { border-color: #6DBD4A; }
span { border-color: rgb(109,189,74); }
td.TdClassName
{
border-color: #6DBD4A;
}
.TagClassName
{
border-color: #6DBD4A;
}
</style>