Shades of Apple #6FB94B
Tints of Apple #6FB94B
RGB
CMYK
RGB Variations
Color information
#6FB94B (or 0x6FB94B) is known color: Apple. HEX triplet: 6F, B9 and 4B. RGB value is (111,185,75). Sum of RGB (Red+Green+Blue) = 111+185+75=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB94B is #9046B4. Grayscale: #969696. Windows color (decimal): -9455285 or 4962671. OLE color: 4962671.
HSL color Cylindrical-coordinate representation of color #6FB94B: hue angle of 100.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6FB94B is Cyan = 0.4, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 185 | 75 | - |
| CMYK | 0.4 | 0 | 0.59 | 0.27 |
| HSL | 100.36º | 0.44% | 0.51% | - |
| HSV(B) | 100.36º | 0.59% | 0.73% | - |
| XYZ | 25.17 | 38.59 | 12.78 | - |
| YUV | 150.33 | 85.48 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 185 | 75 | 0.4 | 0 | 0.59 | 0.27 | 100.36 | 0.44 | 0.51 |
| Hex | 6F | B9 | 4B | 28 | 0 | 3B | 1B | 64 | 2C | 33 |
| Octal | 157 | 271 | 113 | 50 | 0 | 73 | 33 | 144 | 54 | 63 |
| Binary | 1101111 | 10111001 | 1001011 | 101000 | 0 | 111011 | 11011 | 1100100 | 101100 | 110011 |
Color Harmonies of #6FB94B
Complementary color
Monochromatic Colors of #6FB94B
Black with #6FB94B
Text Example
Text Example
White with #6FB94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB94B; }
p { color: rgb(111,185,75); }
H1.HeaderClassName
{
color: #6FB94B;
}
.AnyTagClassName
{
color: #6FB94B;
}
</style>
background-color css
<style>
a { background-color: #6FB94B; }
a { background-color: rgb(111,185,75); }
div.DivClassName
{
background-color: #6FB94B;
}
.BgClassName
{
background-color: #6FB94B;
}
</style>
border-color css
<style>
span { border-color: #6FB94B; }
span { border-color: rgb(111,185,75); }
td.TdClassName
{
border-color: #6FB94B;
}
.TagClassName
{
border-color: #6FB94B;
}
</style>