Shades of Apple #6AB74A
Tints of Apple #6AB74A
RGB
CMYK
RGB Variations
Color information
#6AB74A (or 0x6AB74A) is known color: Apple. HEX triplet: 6A, B7 and 4A. RGB value is (106,183,74). Sum of RGB (Red+Green+Blue) = 106+183+74=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB74A is #9548B5. Grayscale: #939393. Windows color (decimal): -9783478 or 4896618. OLE color: 4896618.
HSL color Cylindrical-coordinate representation of color #6AB74A: hue angle of 102.39º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6AB74A is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 74 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.28 |
| HSL | 102.39º | 0.43% | 0.5% | - |
| HSV(B) | 102.39º | 0.6% | 0.72% | - |
| XYZ | 24.11 | 37.43 | 12.43 | - |
| YUV | 147.55 | 86.49 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 74 | 0.42 | 0 | 0.60 | 0.28 | 102.39 | 0.43 | 0.5 |
| Hex | 6A | B7 | 4A | 2A | 0 | 3C | 1C | 66 | 2B | 32 |
| Octal | 152 | 267 | 112 | 52 | 0 | 74 | 34 | 146 | 53 | 62 |
| Binary | 1101010 | 10110111 | 1001010 | 101010 | 0 | 111100 | 11100 | 1100110 | 101011 | 110010 |
Color Harmonies of #6AB74A
Complementary color
Monochromatic Colors of #6AB74A
Black with #6AB74A
Text Example
Text Example
White with #6AB74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB74A; }
p { color: rgb(106,183,74); }
H1.HeaderClassName
{
color: #6AB74A;
}
.AnyTagClassName
{
color: #6AB74A;
}
</style>
background-color css
<style>
a { background-color: #6AB74A; }
a { background-color: rgb(106,183,74); }
div.DivClassName
{
background-color: #6AB74A;
}
.BgClassName
{
background-color: #6AB74A;
}
</style>
border-color css
<style>
span { border-color: #6AB74A; }
span { border-color: rgb(106,183,74); }
td.TdClassName
{
border-color: #6AB74A;
}
.TagClassName
{
border-color: #6AB74A;
}
</style>