Shades of Apple #6FBE4A
Tints of Apple #6FBE4A
RGB
CMYK
RGB Variations
Color information
#6FBE4A (or 0x6FBE4A) is known color: Apple. HEX triplet: 6F, BE and 4A. RGB value is (111,190,74). Sum of RGB (Red+Green+Blue) = 111+190+74=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBE4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBE4A is #9041B5. Grayscale: #999999. Windows color (decimal): -9454006 or 4898415. OLE color: 4898415.
HSL color Cylindrical-coordinate representation of color #6FBE4A: hue angle of 100.86º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6FBE4A is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 190 | 74 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.25 |
| HSL | 100.86º | 0.47% | 0.52% | - |
| HSV(B) | 100.86º | 0.61% | 0.75% | - |
| XYZ | 26.21 | 40.7 | 12.95 | - |
| YUV | 153.16 | 83.33 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 74 | 0.42 | 0 | 0.61 | 0.25 | 100.86 | 0.47 | 0.52 |
| Hex | 6F | BE | 4A | 2A | 0 | 3D | 19 | 65 | 2F | 34 |
| Octal | 157 | 276 | 112 | 52 | 0 | 75 | 31 | 145 | 57 | 64 |
| Binary | 1101111 | 10111110 | 1001010 | 101010 | 0 | 111101 | 11001 | 1100101 | 101111 | 110100 |
Color Harmonies of #6FBE4A
Complementary color
Monochromatic Colors of #6FBE4A
Black with #6FBE4A
Text Example
Text Example
White with #6FBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBE4A; }
p { color: rgb(111,190,74); }
H1.HeaderClassName
{
color: #6FBE4A;
}
.AnyTagClassName
{
color: #6FBE4A;
}
</style>
background-color css
<style>
a { background-color: #6FBE4A; }
a { background-color: rgb(111,190,74); }
div.DivClassName
{
background-color: #6FBE4A;
}
.BgClassName
{
background-color: #6FBE4A;
}
</style>
border-color css
<style>
span { border-color: #6FBE4A; }
span { border-color: rgb(111,190,74); }
td.TdClassName
{
border-color: #6FBE4A;
}
.TagClassName
{
border-color: #6FBE4A;
}
</style>