Shades of Apple #6FB446
Tints of Apple #6FB446
RGB
CMYK
RGB Variations
Color information
#6FB446 (or 0x6FB446) is known color: Apple. HEX triplet: 6F, B4 and 46. RGB value is (111,180,70). Sum of RGB (Red+Green+Blue) = 111+180+70=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB446 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB446 is #904BB9. Grayscale: #939393. Windows color (decimal): -9456570 or 4633711. OLE color: 4633711.
HSL color Cylindrical-coordinate representation of color #6FB446: hue angle of 97.64º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6FB446 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 70 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.29 |
| HSL | 97.64º | 0.44% | 0.49% | - |
| HSV(B) | 97.64º | 0.61% | 0.71% | - |
| XYZ | 23.98 | 36.46 | 11.57 | - |
| YUV | 146.83 | 84.64 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 70 | 0.38 | 0 | 0.61 | 0.29 | 97.64 | 0.44 | 0.49 |
| Hex | 6F | B4 | 46 | 26 | 0 | 3D | 1D | 62 | 2C | 31 |
| Octal | 157 | 264 | 106 | 46 | 0 | 75 | 35 | 142 | 54 | 61 |
| Binary | 1101111 | 10110100 | 1000110 | 100110 | 0 | 111101 | 11101 | 1100010 | 101100 | 110001 |
Color Harmonies of #6FB446
Complementary color
Monochromatic Colors of #6FB446
Black with #6FB446
Text Example
Text Example
White with #6FB446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB446; }
p { color: rgb(111,180,70); }
H1.HeaderClassName
{
color: #6FB446;
}
.AnyTagClassName
{
color: #6FB446;
}
</style>
background-color css
<style>
a { background-color: #6FB446; }
a { background-color: rgb(111,180,70); }
div.DivClassName
{
background-color: #6FB446;
}
.BgClassName
{
background-color: #6FB446;
}
</style>
border-color css
<style>
span { border-color: #6FB446; }
span { border-color: rgb(111,180,70); }
td.TdClassName
{
border-color: #6FB446;
}
.TagClassName
{
border-color: #6FB446;
}
</style>