Shades of Apple #6BC546
Tints of Apple #6BC546
RGB
CMYK
RGB Variations
Color information
#6BC546 (or 0x6BC546) is known color: Apple. HEX triplet: 6B, C5 and 46. RGB value is (107,197,70). Sum of RGB (Red+Green+Blue) = 107+197+70=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC546 is #943AB9. Grayscale: #9C9C9C. Windows color (decimal): -9714362 or 4638059. OLE color: 4638059.
HSL color Cylindrical-coordinate representation of color #6BC546: hue angle of 102.52º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6BC546 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 70 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.23 |
| HSL | 102.52º | 0.52% | 0.52% | - |
| HSV(B) | 102.52º | 0.64% | 0.77% | - |
| XYZ | 27.14 | 43.5 | 12.76 | - |
| YUV | 155.61 | 79.68 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 70 | 0.46 | 0 | 0.64 | 0.23 | 102.52 | 0.52 | 0.52 |
| Hex | 6B | C5 | 46 | 2E | 0 | 40 | 17 | 67 | 34 | 34 |
| Octal | 153 | 305 | 106 | 56 | 0 | 100 | 27 | 147 | 64 | 64 |
| Binary | 1101011 | 11000101 | 1000110 | 101110 | 0 | 1000000 | 10111 | 1100111 | 110100 | 110100 |
Color Harmonies of #6BC546
Complementary color
Monochromatic Colors of #6BC546
Black with #6BC546
Text Example
Text Example
White with #6BC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC546; }
p { color: rgb(107,197,70); }
H1.HeaderClassName
{
color: #6BC546;
}
.AnyTagClassName
{
color: #6BC546;
}
</style>
background-color css
<style>
a { background-color: #6BC546; }
a { background-color: rgb(107,197,70); }
div.DivClassName
{
background-color: #6BC546;
}
.BgClassName
{
background-color: #6BC546;
}
</style>
border-color css
<style>
span { border-color: #6BC546; }
span { border-color: rgb(107,197,70); }
td.TdClassName
{
border-color: #6BC546;
}
.TagClassName
{
border-color: #6BC546;
}
</style>