Shades of Apple #6FB359
Tints of Apple #6FB359
RGB
CMYK
RGB Variations
Color information
#6FB359 (or 0x6FB359) is known color: Apple. HEX triplet: 6F, B3 and 59. RGB value is (111,179,89). Sum of RGB (Red+Green+Blue) = 111+179+89=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB359 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB359 is #904CA6. Grayscale: #949494. Windows color (decimal): -9456807 or 5878639. OLE color: 5878639.
HSL color Cylindrical-coordinate representation of color #6FB359: hue angle of 105.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FB359 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 179 | 89 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.30 |
| HSL | 105.33º | 0.37% | 0.53% | - |
| HSV(B) | 105.33º | 0.5% | 0.7% | - |
| XYZ | 24.48 | 36.34 | 15.18 | - |
| YUV | 148.41 | 94.47 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 179 | 89 | 0.38 | 0 | 0.50 | 0.30 | 105.33 | 0.37 | 0.53 |
| Hex | 6F | B3 | 59 | 26 | 0 | 32 | 1E | 69 | 25 | 35 |
| Octal | 157 | 263 | 131 | 46 | 0 | 62 | 36 | 151 | 45 | 65 |
| Binary | 1101111 | 10110011 | 1011001 | 100110 | 0 | 110010 | 11110 | 1101001 | 100101 | 110101 |
Color Harmonies of #6FB359
Complementary color
Monochromatic Colors of #6FB359
Black with #6FB359
Text Example
Text Example
White with #6FB359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB359; }
p { color: rgb(111,179,89); }
H1.HeaderClassName
{
color: #6FB359;
}
.AnyTagClassName
{
color: #6FB359;
}
</style>
background-color css
<style>
a { background-color: #6FB359; }
a { background-color: rgb(111,179,89); }
div.DivClassName
{
background-color: #6FB359;
}
.BgClassName
{
background-color: #6FB359;
}
</style>
border-color css
<style>
span { border-color: #6FB359; }
span { border-color: rgb(111,179,89); }
td.TdClassName
{
border-color: #6FB359;
}
.TagClassName
{
border-color: #6FB359;
}
</style>