Shades of Apple #6DB145
Tints of Apple #6DB145
RGB
CMYK
RGB Variations
Color information
#6DB145 (or 0x6DB145) is known color: Apple. HEX triplet: 6D, B1 and 45. RGB value is (109,177,69). Sum of RGB (Red+Green+Blue) = 109+177+69=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #6DB145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DB145 is #924EBA. Grayscale: #909090. Windows color (decimal): -9588411 or 4567405. OLE color: 4567405.
HSL color Cylindrical-coordinate representation of color #6DB145: hue angle of 97.78º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6DB145 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 177 | 69 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.31 |
| HSL | 97.78º | 0.44% | 0.48% | - |
| HSV(B) | 97.78º | 0.61% | 0.69% | - |
| XYZ | 23.1 | 35.13 | 11.19 | - |
| YUV | 144.36 | 85.47 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 177 | 69 | 0.38 | 0 | 0.61 | 0.31 | 97.78 | 0.44 | 0.48 |
| Hex | 6D | B1 | 45 | 26 | 0 | 3D | 1F | 62 | 2C | 30 |
| Octal | 155 | 261 | 105 | 46 | 0 | 75 | 37 | 142 | 54 | 60 |
| Binary | 1101101 | 10110001 | 1000101 | 100110 | 0 | 111101 | 11111 | 1100010 | 101100 | 110000 |
Color Harmonies of #6DB145
Complementary color
Monochromatic Colors of #6DB145
Black with #6DB145
Text Example
Text Example
White with #6DB145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB145; }
p { color: rgb(109,177,69); }
H1.HeaderClassName
{
color: #6DB145;
}
.AnyTagClassName
{
color: #6DB145;
}
</style>
background-color css
<style>
a { background-color: #6DB145; }
a { background-color: rgb(109,177,69); }
div.DivClassName
{
background-color: #6DB145;
}
.BgClassName
{
background-color: #6DB145;
}
</style>
border-color css
<style>
span { border-color: #6DB145; }
span { border-color: rgb(109,177,69); }
td.TdClassName
{
border-color: #6DB145;
}
.TagClassName
{
border-color: #6DB145;
}
</style>