Shades of Apple #6AB74C
Tints of Apple #6AB74C
RGB
CMYK
RGB Variations
Color information
#6AB74C (or 0x6AB74C) is known color: Apple. HEX triplet: 6A, B7 and 4C. RGB value is (106,183,76). Sum of RGB (Red+Green+Blue) = 106+183+76=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB74C is #9548B3. Grayscale: #949494. Windows color (decimal): -9783476 or 5027690. OLE color: 5027690.
HSL color Cylindrical-coordinate representation of color #6AB74C: hue angle of 103.18º 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 #6AB74C is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 76 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.28 |
| HSL | 103.18º | 0.43% | 0.51% | - |
| HSV(B) | 103.18º | 0.58% | 0.72% | - |
| XYZ | 24.18 | 37.45 | 12.79 | - |
| YUV | 147.78 | 87.49 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 76 | 0.42 | 0 | 0.58 | 0.28 | 103.18 | 0.43 | 0.51 |
| Hex | 6A | B7 | 4C | 2A | 0 | 3A | 1C | 67 | 2B | 33 |
| Octal | 152 | 267 | 114 | 52 | 0 | 72 | 34 | 147 | 53 | 63 |
| Binary | 1101010 | 10110111 | 1001100 | 101010 | 0 | 111010 | 11100 | 1100111 | 101011 | 110011 |
Color Harmonies of #6AB74C
Complementary color
Monochromatic Colors of #6AB74C
Black with #6AB74C
Text Example
Text Example
White with #6AB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB74C; }
p { color: rgb(106,183,76); }
H1.HeaderClassName
{
color: #6AB74C;
}
.AnyTagClassName
{
color: #6AB74C;
}
</style>
background-color css
<style>
a { background-color: #6AB74C; }
a { background-color: rgb(106,183,76); }
div.DivClassName
{
background-color: #6AB74C;
}
.BgClassName
{
background-color: #6AB74C;
}
</style>
border-color css
<style>
span { border-color: #6AB74C; }
span { border-color: rgb(106,183,76); }
td.TdClassName
{
border-color: #6AB74C;
}
.TagClassName
{
border-color: #6AB74C;
}
</style>