Shades of Apple #6FB45C
Tints of Apple #6FB45C
RGB
CMYK
RGB Variations
Color information
#6FB45C (or 0x6FB45C) is known color: Apple. HEX triplet: 6F, B4 and 5C. RGB value is (111,180,92). Sum of RGB (Red+Green+Blue) = 111+180+92=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB45C is #904BA3. Grayscale: #959595. Windows color (decimal): -9456548 or 6075503. OLE color: 6075503.
HSL color Cylindrical-coordinate representation of color #6FB45C: hue angle of 107.05º 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 #6FB45C is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 92 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.29 |
| HSL | 107.05º | 0.37% | 0.53% | - |
| HSV(B) | 107.05º | 0.49% | 0.71% | - |
| XYZ | 24.81 | 36.79 | 15.92 | - |
| YUV | 149.34 | 95.64 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 92 | 0.38 | 0 | 0.49 | 0.29 | 107.05 | 0.37 | 0.53 |
| Hex | 6F | B4 | 5C | 26 | 0 | 31 | 1D | 6B | 25 | 35 |
| Octal | 157 | 264 | 134 | 46 | 0 | 61 | 35 | 153 | 45 | 65 |
| Binary | 1101111 | 10110100 | 1011100 | 100110 | 0 | 110001 | 11101 | 1101011 | 100101 | 110101 |
Color Harmonies of #6FB45C
Complementary color
Monochromatic Colors of #6FB45C
Black with #6FB45C
Text Example
Text Example
White with #6FB45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB45C; }
p { color: rgb(111,180,92); }
H1.HeaderClassName
{
color: #6FB45C;
}
.AnyTagClassName
{
color: #6FB45C;
}
</style>
background-color css
<style>
a { background-color: #6FB45C; }
a { background-color: rgb(111,180,92); }
div.DivClassName
{
background-color: #6FB45C;
}
.BgClassName
{
background-color: #6FB45C;
}
</style>
border-color css
<style>
span { border-color: #6FB45C; }
span { border-color: rgb(111,180,92); }
td.TdClassName
{
border-color: #6FB45C;
}
.TagClassName
{
border-color: #6FB45C;
}
</style>