Shades of Apple #6AB730
Tints of Apple #6AB730
RGB
CMYK
RGB Variations
Color information
#6AB730 (or 0x6AB730) is known color: Apple. HEX triplet: 6A, B7 and 30. RGB value is (106,183,48). Sum of RGB (Red+Green+Blue) = 106+183+48=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 183 (71.88% from 255 or 54.30% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB730 is #9548CF. Grayscale: #919191. Windows color (decimal): -9783504 or 3192682. OLE color: 3192682.
HSL color Cylindrical-coordinate representation of color #6AB730: hue angle of 94.22º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6AB730 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 48 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.28 |
| HSL | 94.22º | 0.58% | 0.45% | - |
| HSV(B) | 94.22º | 0.74% | 0.72% | - |
| XYZ | 23.41 | 37.14 | 8.73 | - |
| YUV | 144.59 | 73.49 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 48 | 0.42 | 0 | 0.74 | 0.28 | 94.22 | 0.58 | 0.45 |
| Hex | 6A | B7 | 30 | 2A | 0 | 4A | 1C | 5E | 3A | 2D |
| Octal | 152 | 267 | 60 | 52 | 0 | 112 | 34 | 136 | 72 | 55 |
| Binary | 1101010 | 10110111 | 110000 | 101010 | 0 | 1001010 | 11100 | 1011110 | 111010 | 101101 |
Color Harmonies of #6AB730
Complementary color
Monochromatic Colors of #6AB730
Black with #6AB730
Text Example
Text Example
White with #6AB730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB730; }
p { color: rgb(106,183,48); }
H1.HeaderClassName
{
color: #6AB730;
}
.AnyTagClassName
{
color: #6AB730;
}
</style>
background-color css
<style>
a { background-color: #6AB730; }
a { background-color: rgb(106,183,48); }
div.DivClassName
{
background-color: #6AB730;
}
.BgClassName
{
background-color: #6AB730;
}
</style>
border-color css
<style>
span { border-color: #6AB730; }
span { border-color: rgb(106,183,48); }
td.TdClassName
{
border-color: #6AB730;
}
.TagClassName
{
border-color: #6AB730;
}
</style>