Shades of Apple #6DB03D
Tints of Apple #6DB03D
RGB
CMYK
RGB Variations
Color information
#6DB03D (or 0x6DB03D) is known color: Apple. HEX triplet: 6D, B0 and 3D. RGB value is (109,176,61). Sum of RGB (Red+Green+Blue) = 109+176+61=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 176 (69.14% from 255 or 50.87% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB03D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DB03D is #924FC2. Grayscale: #8F8F8F. Windows color (decimal): -9588675 or 4042861. OLE color: 4042861.
HSL color Cylindrical-coordinate representation of color #6DB03D: hue angle of 94.96º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6DB03D is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 176 | 61 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.31 |
| HSL | 94.96º | 0.49% | 0.46% | - |
| HSV(B) | 94.96º | 0.65% | 0.69% | - |
| XYZ | 22.67 | 34.64 | 9.91 | - |
| YUV | 142.86 | 81.8 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 61 | 0.38 | 0 | 0.65 | 0.31 | 94.96 | 0.49 | 0.46 |
| Hex | 6D | B0 | 3D | 26 | 0 | 41 | 1F | 5F | 31 | 2E |
| Octal | 155 | 260 | 75 | 46 | 0 | 101 | 37 | 137 | 61 | 56 |
| Binary | 1101101 | 10110000 | 111101 | 100110 | 0 | 1000001 | 11111 | 1011111 | 110001 | 101110 |
Color Harmonies of #6DB03D
Complementary color
Monochromatic Colors of #6DB03D
Black with #6DB03D
Text Example
Text Example
White with #6DB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB03D; }
p { color: rgb(109,176,61); }
H1.HeaderClassName
{
color: #6DB03D;
}
.AnyTagClassName
{
color: #6DB03D;
}
</style>
background-color css
<style>
a { background-color: #6DB03D; }
a { background-color: rgb(109,176,61); }
div.DivClassName
{
background-color: #6DB03D;
}
.BgClassName
{
background-color: #6DB03D;
}
</style>
border-color css
<style>
span { border-color: #6DB03D; }
span { border-color: rgb(109,176,61); }
td.TdClassName
{
border-color: #6DB03D;
}
.TagClassName
{
border-color: #6DB03D;
}
</style>