Shades of Apple #6FB352
Tints of Apple #6FB352
RGB
CMYK
RGB Variations
Color information
#6FB352 (or 0x6FB352) is known color: Apple. HEX triplet: 6F, B3 and 52. RGB value is (111,179,82). Sum of RGB (Red+Green+Blue) = 111+179+82=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB352 is #904CAD. Grayscale: #939393. Windows color (decimal): -9456814 or 5419887. OLE color: 5419887.
HSL color Cylindrical-coordinate representation of color #6FB352: hue angle of 102.06º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FB352 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 179 | 82 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.30 |
| HSL | 102.06º | 0.39% | 0.51% | - |
| HSV(B) | 102.06º | 0.54% | 0.7% | - |
| XYZ | 24.2 | 36.23 | 13.7 | - |
| YUV | 147.61 | 90.97 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 179 | 82 | 0.38 | 0 | 0.54 | 0.30 | 102.06 | 0.39 | 0.51 |
| Hex | 6F | B3 | 52 | 26 | 0 | 36 | 1E | 66 | 27 | 33 |
| Octal | 157 | 263 | 122 | 46 | 0 | 66 | 36 | 146 | 47 | 63 |
| Binary | 1101111 | 10110011 | 1010010 | 100110 | 0 | 110110 | 11110 | 1100110 | 100111 | 110011 |
Color Harmonies of #6FB352
Complementary color
Monochromatic Colors of #6FB352
Black with #6FB352
Text Example
Text Example
White with #6FB352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB352; }
p { color: rgb(111,179,82); }
H1.HeaderClassName
{
color: #6FB352;
}
.AnyTagClassName
{
color: #6FB352;
}
</style>
background-color css
<style>
a { background-color: #6FB352; }
a { background-color: rgb(111,179,82); }
div.DivClassName
{
background-color: #6FB352;
}
.BgClassName
{
background-color: #6FB352;
}
</style>
border-color css
<style>
span { border-color: #6FB352; }
span { border-color: rgb(111,179,82); }
td.TdClassName
{
border-color: #6FB352;
}
.TagClassName
{
border-color: #6FB352;
}
</style>