Shades of Apple #6FBC3C
Tints of Apple #6FBC3C
RGB
CMYK
RGB Variations
Color information
#6FBC3C (or 0x6FBC3C) is known color: Apple. HEX triplet: 6F, BC and 3C. RGB value is (111,188,60). Sum of RGB (Red+Green+Blue) = 111+188+60=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBC3C is #9043C3. Grayscale: #969696. Windows color (decimal): -9454532 or 3980399. OLE color: 3980399.
HSL color Cylindrical-coordinate representation of color #6FBC3C: hue angle of 96.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6FBC3C is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 60 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.26 |
| HSL | 96.09º | 0.52% | 0.49% | - |
| HSV(B) | 96.09º | 0.68% | 0.74% | - |
| XYZ | 25.35 | 39.67 | 10.6 | - |
| YUV | 150.39 | 76.99 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 60 | 0.41 | 0 | 0.68 | 0.26 | 96.09 | 0.52 | 0.49 |
| Hex | 6F | BC | 3C | 29 | 0 | 44 | 1A | 60 | 34 | 31 |
| Octal | 157 | 274 | 74 | 51 | 0 | 104 | 32 | 140 | 64 | 61 |
| Binary | 1101111 | 10111100 | 111100 | 101001 | 0 | 1000100 | 11010 | 1100000 | 110100 | 110001 |
Color Harmonies of #6FBC3C
Complementary color
Monochromatic Colors of #6FBC3C
Black with #6FBC3C
Text Example
Text Example
White with #6FBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC3C; }
p { color: rgb(111,188,60); }
H1.HeaderClassName
{
color: #6FBC3C;
}
.AnyTagClassName
{
color: #6FBC3C;
}
</style>
background-color css
<style>
a { background-color: #6FBC3C; }
a { background-color: rgb(111,188,60); }
div.DivClassName
{
background-color: #6FBC3C;
}
.BgClassName
{
background-color: #6FBC3C;
}
</style>
border-color css
<style>
span { border-color: #6FBC3C; }
span { border-color: rgb(111,188,60); }
td.TdClassName
{
border-color: #6FBC3C;
}
.TagClassName
{
border-color: #6FBC3C;
}
</style>