Shades of Apple #6FBC4A
Tints of Apple #6FBC4A
RGB
CMYK
RGB Variations
Color information
#6FBC4A (or 0x6FBC4A) is known color: Apple. HEX triplet: 6F, BC and 4A. RGB value is (111,188,74). Sum of RGB (Red+Green+Blue) = 111+188+74=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBC4A is #9043B5. Grayscale: #989898. Windows color (decimal): -9454518 or 4897903. OLE color: 4897903.
HSL color Cylindrical-coordinate representation of color #6FBC4A: hue angle of 100.53º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6FBC4A is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 74 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.26 |
| HSL | 100.53º | 0.46% | 0.51% | - |
| HSV(B) | 100.53º | 0.61% | 0.74% | - |
| XYZ | 25.77 | 39.84 | 12.81 | - |
| YUV | 151.98 | 83.99 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 74 | 0.41 | 0 | 0.61 | 0.26 | 100.53 | 0.46 | 0.51 |
| Hex | 6F | BC | 4A | 29 | 0 | 3D | 1A | 65 | 2E | 33 |
| Octal | 157 | 274 | 112 | 51 | 0 | 75 | 32 | 145 | 56 | 63 |
| Binary | 1101111 | 10111100 | 1001010 | 101001 | 0 | 111101 | 11010 | 1100101 | 101110 | 110011 |
Color Harmonies of #6FBC4A
Complementary color
Monochromatic Colors of #6FBC4A
Black with #6FBC4A
Text Example
Text Example
White with #6FBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC4A; }
p { color: rgb(111,188,74); }
H1.HeaderClassName
{
color: #6FBC4A;
}
.AnyTagClassName
{
color: #6FBC4A;
}
</style>
background-color css
<style>
a { background-color: #6FBC4A; }
a { background-color: rgb(111,188,74); }
div.DivClassName
{
background-color: #6FBC4A;
}
.BgClassName
{
background-color: #6FBC4A;
}
</style>
border-color css
<style>
span { border-color: #6FBC4A; }
span { border-color: rgb(111,188,74); }
td.TdClassName
{
border-color: #6FBC4A;
}
.TagClassName
{
border-color: #6FBC4A;
}
</style>