Shades of Apple #6FB45B
Tints of Apple #6FB45B
RGB
CMYK
RGB Variations
Color information
#6FB45B (or 0x6FB45B) is known color: Apple. HEX triplet: 6F, B4 and 5B. RGB value is (111,180,91). Sum of RGB (Red+Green+Blue) = 111+180+91=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB45B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB45B is #904BA4. Grayscale: #959595. Windows color (decimal): -9456549 or 6009967. OLE color: 6009967.
HSL color Cylindrical-coordinate representation of color #6FB45B: hue angle of 106.52º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FB45B is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 91 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.29 |
| HSL | 106.52º | 0.37% | 0.53% | - |
| HSV(B) | 106.52º | 0.49% | 0.71% | - |
| XYZ | 24.77 | 36.78 | 15.69 | - |
| YUV | 149.22 | 95.14 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 91 | 0.38 | 0 | 0.49 | 0.29 | 106.52 | 0.37 | 0.53 |
| Hex | 6F | B4 | 5B | 26 | 0 | 31 | 1D | 6B | 25 | 35 |
| Octal | 157 | 264 | 133 | 46 | 0 | 61 | 35 | 153 | 45 | 65 |
| Binary | 1101111 | 10110100 | 1011011 | 100110 | 0 | 110001 | 11101 | 1101011 | 100101 | 110101 |
Color Harmonies of #6FB45B
Complementary color
Monochromatic Colors of #6FB45B
Black with #6FB45B
Text Example
Text Example
White with #6FB45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB45B; }
p { color: rgb(111,180,91); }
H1.HeaderClassName
{
color: #6FB45B;
}
.AnyTagClassName
{
color: #6FB45B;
}
</style>
background-color css
<style>
a { background-color: #6FB45B; }
a { background-color: rgb(111,180,91); }
div.DivClassName
{
background-color: #6FB45B;
}
.BgClassName
{
background-color: #6FB45B;
}
</style>
border-color css
<style>
span { border-color: #6FB45B; }
span { border-color: rgb(111,180,91); }
td.TdClassName
{
border-color: #6FB45B;
}
.TagClassName
{
border-color: #6FB45B;
}
</style>