Shades of Apple #6DB13D
Tints of Apple #6DB13D
RGB
CMYK
RGB Variations
Color information
#6DB13D (or 0x6DB13D) is known color: Apple. HEX triplet: 6D, B1 and 3D. RGB value is (109,177,61). Sum of RGB (Red+Green+Blue) = 109+177+61=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 177 (69.53% from 255 or 51.01% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 177 - color contains mainly: green. Hex color #6DB13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DB13D is #924EC2. Grayscale: #8F8F8F. Windows color (decimal): -9588419 or 4043117. OLE color: 4043117.
HSL color Cylindrical-coordinate representation of color #6DB13D: hue angle of 95.17º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6DB13D is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 177 | 61 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.31 |
| HSL | 95.17º | 0.49% | 0.47% | - |
| HSV(B) | 95.17º | 0.66% | 0.69% | - |
| XYZ | 22.87 | 35.03 | 9.97 | - |
| YUV | 143.44 | 81.47 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 177 | 61 | 0.38 | 0 | 0.66 | 0.31 | 95.17 | 0.49 | 0.47 |
| Hex | 6D | B1 | 3D | 26 | 0 | 42 | 1F | 5F | 31 | 2F |
| Octal | 155 | 261 | 75 | 46 | 0 | 102 | 37 | 137 | 61 | 57 |
| Binary | 1101101 | 10110001 | 111101 | 100110 | 0 | 1000010 | 11111 | 1011111 | 110001 | 101111 |
Color Harmonies of #6DB13D
Complementary color
Monochromatic Colors of #6DB13D
Black with #6DB13D
Text Example
Text Example
White with #6DB13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB13D; }
p { color: rgb(109,177,61); }
H1.HeaderClassName
{
color: #6DB13D;
}
.AnyTagClassName
{
color: #6DB13D;
}
</style>
background-color css
<style>
a { background-color: #6DB13D; }
a { background-color: rgb(109,177,61); }
div.DivClassName
{
background-color: #6DB13D;
}
.BgClassName
{
background-color: #6DB13D;
}
</style>
border-color css
<style>
span { border-color: #6DB13D; }
span { border-color: rgb(109,177,61); }
td.TdClassName
{
border-color: #6DB13D;
}
.TagClassName
{
border-color: #6DB13D;
}
</style>