Shades of Apple #6FB053
Tints of Apple #6FB053
RGB
CMYK
RGB Variations
Color information
#6FB053 (or 0x6FB053) is known color: Apple. HEX triplet: 6F, B0 and 53. RGB value is (111,176,83). Sum of RGB (Red+Green+Blue) = 111+176+83=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB053 is #904FAC. Grayscale: #929292. Windows color (decimal): -9457581 or 5484655. OLE color: 5484655.
HSL color Cylindrical-coordinate representation of color #6FB053: hue angle of 101.94º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FB053 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 176 | 83 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.31 |
| HSL | 101.94º | 0.37% | 0.51% | - |
| HSV(B) | 101.94º | 0.53% | 0.69% | - |
| XYZ | 23.64 | 35.05 | 13.7 | - |
| YUV | 145.96 | 92.47 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 176 | 83 | 0.37 | 0 | 0.53 | 0.31 | 101.94 | 0.37 | 0.51 |
| Hex | 6F | B0 | 53 | 25 | 0 | 35 | 1F | 66 | 25 | 33 |
| Octal | 157 | 260 | 123 | 45 | 0 | 65 | 37 | 146 | 45 | 63 |
| Binary | 1101111 | 10110000 | 1010011 | 100101 | 0 | 110101 | 11111 | 1100110 | 100101 | 110011 |
Color Harmonies of #6FB053
Complementary color
Monochromatic Colors of #6FB053
Black with #6FB053
Text Example
Text Example
White with #6FB053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB053; }
p { color: rgb(111,176,83); }
H1.HeaderClassName
{
color: #6FB053;
}
.AnyTagClassName
{
color: #6FB053;
}
</style>
background-color css
<style>
a { background-color: #6FB053; }
a { background-color: rgb(111,176,83); }
div.DivClassName
{
background-color: #6FB053;
}
.BgClassName
{
background-color: #6FB053;
}
</style>
border-color css
<style>
span { border-color: #6FB053; }
span { border-color: rgb(111,176,83); }
td.TdClassName
{
border-color: #6FB053;
}
.TagClassName
{
border-color: #6FB053;
}
</style>