Shades of Apple #6BAD5D
Tints of Apple #6BAD5D
RGB
CMYK
RGB Variations
Color information
#6BAD5D (or 0x6BAD5D) is known color: Apple. HEX triplet: 6B, AD and 5D. RGB value is (107,173,93). Sum of RGB (Red+Green+Blue) = 107+173+93=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAD5D is #9452A2. Grayscale: #909090. Windows color (decimal): -9720483 or 6139243. OLE color: 6139243.
HSL color Cylindrical-coordinate representation of color #6BAD5D: hue angle of 109.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BAD5D is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 173 | 93 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.32 |
| HSL | 109.5º | 0.33% | 0.52% | - |
| HSV(B) | 109.5º | 0.46% | 0.68% | - |
| XYZ | 22.98 | 33.8 | 15.67 | - |
| YUV | 144.15 | 99.13 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 93 | 0.38 | 0 | 0.46 | 0.32 | 109.5 | 0.33 | 0.52 |
| Hex | 6B | AD | 5D | 26 | 0 | 2E | 20 | 6E | 21 | 34 |
| Octal | 153 | 255 | 135 | 46 | 0 | 56 | 40 | 156 | 41 | 64 |
| Binary | 1101011 | 10101101 | 1011101 | 100110 | 0 | 101110 | 100000 | 1101110 | 100001 | 110100 |
Color Harmonies of #6BAD5D
Complementary color
Monochromatic Colors of #6BAD5D
Black with #6BAD5D
Text Example
Text Example
White with #6BAD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAD5D; }
p { color: rgb(107,173,93); }
H1.HeaderClassName
{
color: #6BAD5D;
}
.AnyTagClassName
{
color: #6BAD5D;
}
</style>
background-color css
<style>
a { background-color: #6BAD5D; }
a { background-color: rgb(107,173,93); }
div.DivClassName
{
background-color: #6BAD5D;
}
.BgClassName
{
background-color: #6BAD5D;
}
</style>
border-color css
<style>
span { border-color: #6BAD5D; }
span { border-color: rgb(107,173,93); }
td.TdClassName
{
border-color: #6BAD5D;
}
.TagClassName
{
border-color: #6BAD5D;
}
</style>