Shades of Apple #6AB850
Tints of Apple #6AB850
RGB
CMYK
RGB Variations
Color information
#6AB850 (or 0x6AB850) is known color: Apple. HEX triplet: 6A, B8 and 50. RGB value is (106,184,80). Sum of RGB (Red+Green+Blue) = 106+184+80=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB850 is #9547AF. Grayscale: #959595. Windows color (decimal): -9783216 or 5290090. OLE color: 5290090.
HSL color Cylindrical-coordinate representation of color #6AB850: hue angle of 105º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AB850 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 184 | 80 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.28 |
| HSL | 105º | 0.42% | 0.52% | - |
| HSV(B) | 105º | 0.57% | 0.72% | - |
| XYZ | 24.53 | 37.92 | 13.62 | - |
| YUV | 148.82 | 89.16 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 80 | 0.42 | 0 | 0.57 | 0.28 | 105 | 0.42 | 0.52 |
| Hex | 6A | B8 | 50 | 2A | 0 | 39 | 1C | 69 | 2A | 34 |
| Octal | 152 | 270 | 120 | 52 | 0 | 71 | 34 | 151 | 52 | 64 |
| Binary | 1101010 | 10111000 | 1010000 | 101010 | 0 | 111001 | 11100 | 1101001 | 101010 | 110100 |
Color Harmonies of #6AB850
Complementary color
Monochromatic Colors of #6AB850
Black with #6AB850
Text Example
Text Example
White with #6AB850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB850; }
p { color: rgb(106,184,80); }
H1.HeaderClassName
{
color: #6AB850;
}
.AnyTagClassName
{
color: #6AB850;
}
</style>
background-color css
<style>
a { background-color: #6AB850; }
a { background-color: rgb(106,184,80); }
div.DivClassName
{
background-color: #6AB850;
}
.BgClassName
{
background-color: #6AB850;
}
</style>
border-color css
<style>
span { border-color: #6AB850; }
span { border-color: rgb(106,184,80); }
td.TdClassName
{
border-color: #6AB850;
}
.TagClassName
{
border-color: #6AB850;
}
</style>