Shades of Apple #6BC64B
Tints of Apple #6BC64B
RGB
CMYK
RGB Variations
Color information
#6BC64B (or 0x6BC64B) is known color: Apple. HEX triplet: 6B, C6 and 4B. RGB value is (107,198,75). Sum of RGB (Red+Green+Blue) = 107+198+75=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 198 (77.73% from 255 or 52.11% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 198 - color contains mainly: green. Hex color #6BC64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC64B is #9439B4. Grayscale: #9D9D9D. Windows color (decimal): -9714101 or 4965995. OLE color: 4965995.
HSL color Cylindrical-coordinate representation of color #6BC64B: hue angle of 104.39º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6BC64B is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 198 | 75 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.22 |
| HSL | 104.39º | 0.52% | 0.54% | - |
| HSV(B) | 104.39º | 0.62% | 0.78% | - |
| XYZ | 27.53 | 44.02 | 13.7 | - |
| YUV | 156.77 | 81.85 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 198 | 75 | 0.46 | 0 | 0.62 | 0.22 | 104.39 | 0.52 | 0.54 |
| Hex | 6B | C6 | 4B | 2E | 0 | 3E | 16 | 68 | 34 | 36 |
| Octal | 153 | 306 | 113 | 56 | 0 | 76 | 26 | 150 | 64 | 66 |
| Binary | 1101011 | 11000110 | 1001011 | 101110 | 0 | 111110 | 10110 | 1101000 | 110100 | 110110 |
Color Harmonies of #6BC64B
Complementary color
Monochromatic Colors of #6BC64B
Black with #6BC64B
Text Example
Text Example
White with #6BC64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC64B; }
p { color: rgb(107,198,75); }
H1.HeaderClassName
{
color: #6BC64B;
}
.AnyTagClassName
{
color: #6BC64B;
}
</style>
background-color css
<style>
a { background-color: #6BC64B; }
a { background-color: rgb(107,198,75); }
div.DivClassName
{
background-color: #6BC64B;
}
.BgClassName
{
background-color: #6BC64B;
}
</style>
border-color css
<style>
span { border-color: #6BC64B; }
span { border-color: rgb(107,198,75); }
td.TdClassName
{
border-color: #6BC64B;
}
.TagClassName
{
border-color: #6BC64B;
}
</style>