Shades of Apple #6FB74C
Tints of Apple #6FB74C
RGB
CMYK
RGB Variations
Color information
#6FB74C (or 0x6FB74C) is known color: Apple. HEX triplet: 6F, B7 and 4C. RGB value is (111,183,76). Sum of RGB (Red+Green+Blue) = 111+183+76=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB74C is #9048B3. Grayscale: #959595. Windows color (decimal): -9455796 or 5027695. OLE color: 5027695.
HSL color Cylindrical-coordinate representation of color #6FB74C: hue angle of 100.37º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6FB74C is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 183 | 76 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.28 |
| HSL | 100.37º | 0.43% | 0.51% | - |
| HSV(B) | 100.37º | 0.58% | 0.72% | - |
| XYZ | 24.79 | 37.77 | 12.82 | - |
| YUV | 149.27 | 86.65 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 183 | 76 | 0.39 | 0 | 0.58 | 0.28 | 100.37 | 0.43 | 0.51 |
| Hex | 6F | B7 | 4C | 27 | 0 | 3A | 1C | 64 | 2B | 33 |
| Octal | 157 | 267 | 114 | 47 | 0 | 72 | 34 | 144 | 53 | 63 |
| Binary | 1101111 | 10110111 | 1001100 | 100111 | 0 | 111010 | 11100 | 1100100 | 101011 | 110011 |
Color Harmonies of #6FB74C
Complementary color
Monochromatic Colors of #6FB74C
Black with #6FB74C
Text Example
Text Example
White with #6FB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB74C; }
p { color: rgb(111,183,76); }
H1.HeaderClassName
{
color: #6FB74C;
}
.AnyTagClassName
{
color: #6FB74C;
}
</style>
background-color css
<style>
a { background-color: #6FB74C; }
a { background-color: rgb(111,183,76); }
div.DivClassName
{
background-color: #6FB74C;
}
.BgClassName
{
background-color: #6FB74C;
}
</style>
border-color css
<style>
span { border-color: #6FB74C; }
span { border-color: rgb(111,183,76); }
td.TdClassName
{
border-color: #6FB74C;
}
.TagClassName
{
border-color: #6FB74C;
}
</style>