Shades of Apple #6FC64A
Tints of Apple #6FC64A
RGB
CMYK
RGB Variations
Color information
#6FC64A (or 0x6FC64A) is known color: Apple. HEX triplet: 6F, C6 and 4A. RGB value is (111,198,74). Sum of RGB (Red+Green+Blue) = 111+198+74=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 198 (77.73% from 255 or 51.70% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 198 - color contains mainly: green. Hex color #6FC64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC64A is #9039B5. Grayscale: #9E9E9E. Windows color (decimal): -9451958 or 4900463. OLE color: 4900463.
HSL color Cylindrical-coordinate representation of color #6FC64A: hue angle of 102.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6FC64A is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 198 | 74 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.22 |
| HSL | 102.1º | 0.52% | 0.53% | - |
| HSV(B) | 102.1º | 0.63% | 0.78% | - |
| XYZ | 27.99 | 44.26 | 13.55 | - |
| YUV | 157.85 | 80.68 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 198 | 74 | 0.44 | 0 | 0.63 | 0.22 | 102.1 | 0.52 | 0.53 |
| Hex | 6F | C6 | 4A | 2C | 0 | 3F | 16 | 66 | 34 | 35 |
| Octal | 157 | 306 | 112 | 54 | 0 | 77 | 26 | 146 | 64 | 65 |
| Binary | 1101111 | 11000110 | 1001010 | 101100 | 0 | 111111 | 10110 | 1100110 | 110100 | 110101 |
Color Harmonies of #6FC64A
Complementary color
Monochromatic Colors of #6FC64A
Black with #6FC64A
Text Example
Text Example
White with #6FC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC64A; }
p { color: rgb(111,198,74); }
H1.HeaderClassName
{
color: #6FC64A;
}
.AnyTagClassName
{
color: #6FC64A;
}
</style>
background-color css
<style>
a { background-color: #6FC64A; }
a { background-color: rgb(111,198,74); }
div.DivClassName
{
background-color: #6FC64A;
}
.BgClassName
{
background-color: #6FC64A;
}
</style>
border-color css
<style>
span { border-color: #6FC64A; }
span { border-color: rgb(111,198,74); }
td.TdClassName
{
border-color: #6FC64A;
}
.TagClassName
{
border-color: #6FC64A;
}
</style>