Shades of Apple #6AB74B
Tints of Apple #6AB74B
RGB
CMYK
RGB Variations
Color information
#6AB74B (or 0x6AB74B) is known color: Apple. HEX triplet: 6A, B7 and 4B. RGB value is (106,183,75). Sum of RGB (Red+Green+Blue) = 106+183+75=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB74B is #9548B4. Grayscale: #949494. Windows color (decimal): -9783477 or 4962154. OLE color: 4962154.
HSL color Cylindrical-coordinate representation of color #6AB74B: hue angle of 102.78º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AB74B is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 75 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.28 |
| HSL | 102.78º | 0.43% | 0.51% | - |
| HSV(B) | 102.78º | 0.59% | 0.72% | - |
| XYZ | 24.15 | 37.44 | 12.61 | - |
| YUV | 147.67 | 86.99 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 75 | 0.42 | 0 | 0.59 | 0.28 | 102.78 | 0.43 | 0.51 |
| Hex | 6A | B7 | 4B | 2A | 0 | 3B | 1C | 67 | 2B | 33 |
| Octal | 152 | 267 | 113 | 52 | 0 | 73 | 34 | 147 | 53 | 63 |
| Binary | 1101010 | 10110111 | 1001011 | 101010 | 0 | 111011 | 11100 | 1100111 | 101011 | 110011 |
Color Harmonies of #6AB74B
Complementary color
Monochromatic Colors of #6AB74B
Black with #6AB74B
Text Example
Text Example
White with #6AB74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB74B; }
p { color: rgb(106,183,75); }
H1.HeaderClassName
{
color: #6AB74B;
}
.AnyTagClassName
{
color: #6AB74B;
}
</style>
background-color css
<style>
a { background-color: #6AB74B; }
a { background-color: rgb(106,183,75); }
div.DivClassName
{
background-color: #6AB74B;
}
.BgClassName
{
background-color: #6AB74B;
}
</style>
border-color css
<style>
span { border-color: #6AB74B; }
span { border-color: rgb(106,183,75); }
td.TdClassName
{
border-color: #6AB74B;
}
.TagClassName
{
border-color: #6AB74B;
}
</style>