Shades of Apple #6BAD3C
Tints of Apple #6BAD3C
RGB
CMYK
RGB Variations
Color information
#6BAD3C (or 0x6BAD3C) is known color: Apple. HEX triplet: 6B, AD and 3C. RGB value is (107,173,60). Sum of RGB (Red+Green+Blue) = 107+173+60=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAD3C is #9452C3. Grayscale: #8C8C8C. Windows color (decimal): -9720516 or 3976555. OLE color: 3976555.
HSL color Cylindrical-coordinate representation of color #6BAD3C: hue angle of 95.04º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6BAD3C is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 173 | 60 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.32 |
| HSL | 95.04º | 0.48% | 0.46% | - |
| HSV(B) | 95.04º | 0.65% | 0.68% | - |
| XYZ | 21.82 | 33.34 | 9.56 | - |
| YUV | 140.38 | 82.63 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 60 | 0.38 | 0 | 0.65 | 0.32 | 95.04 | 0.48 | 0.46 |
| Hex | 6B | AD | 3C | 26 | 0 | 41 | 20 | 5F | 30 | 2E |
| Octal | 153 | 255 | 74 | 46 | 0 | 101 | 40 | 137 | 60 | 56 |
| Binary | 1101011 | 10101101 | 111100 | 100110 | 0 | 1000001 | 100000 | 1011111 | 110000 | 101110 |
Color Harmonies of #6BAD3C
Complementary color
Monochromatic Colors of #6BAD3C
Black with #6BAD3C
Text Example
Text Example
White with #6BAD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAD3C; }
p { color: rgb(107,173,60); }
H1.HeaderClassName
{
color: #6BAD3C;
}
.AnyTagClassName
{
color: #6BAD3C;
}
</style>
background-color css
<style>
a { background-color: #6BAD3C; }
a { background-color: rgb(107,173,60); }
div.DivClassName
{
background-color: #6BAD3C;
}
.BgClassName
{
background-color: #6BAD3C;
}
</style>
border-color css
<style>
span { border-color: #6BAD3C; }
span { border-color: rgb(107,173,60); }
td.TdClassName
{
border-color: #6BAD3C;
}
.TagClassName
{
border-color: #6BAD3C;
}
</style>