Shades of Apple #6AB64B
Tints of Apple #6AB64B
RGB
CMYK
RGB Variations
Color information
#6AB64B (or 0x6AB64B) is known color: Apple. HEX triplet: 6A, B6 and 4B. RGB value is (106,182,75). Sum of RGB (Red+Green+Blue) = 106+182+75=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #6AB64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB64B is #9549B4. Grayscale: #939393. Windows color (decimal): -9783733 or 4961898. OLE color: 4961898.
HSL color Cylindrical-coordinate representation of color #6AB64B: hue angle of 102.62º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AB64B is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 182 | 75 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.29 |
| HSL | 102.62º | 0.42% | 0.5% | - |
| HSV(B) | 102.62º | 0.59% | 0.71% | - |
| XYZ | 23.94 | 37.03 | 12.54 | - |
| YUV | 147.08 | 87.32 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 182 | 75 | 0.42 | 0 | 0.59 | 0.29 | 102.62 | 0.42 | 0.5 |
| Hex | 6A | B6 | 4B | 2A | 0 | 3B | 1D | 67 | 2A | 32 |
| Octal | 152 | 266 | 113 | 52 | 0 | 73 | 35 | 147 | 52 | 62 |
| Binary | 1101010 | 10110110 | 1001011 | 101010 | 0 | 111011 | 11101 | 1100111 | 101010 | 110010 |
Color Harmonies of #6AB64B
Complementary color
Monochromatic Colors of #6AB64B
Black with #6AB64B
Text Example
Text Example
White with #6AB64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB64B; }
p { color: rgb(106,182,75); }
H1.HeaderClassName
{
color: #6AB64B;
}
.AnyTagClassName
{
color: #6AB64B;
}
</style>
background-color css
<style>
a { background-color: #6AB64B; }
a { background-color: rgb(106,182,75); }
div.DivClassName
{
background-color: #6AB64B;
}
.BgClassName
{
background-color: #6AB64B;
}
</style>
border-color css
<style>
span { border-color: #6AB64B; }
span { border-color: rgb(106,182,75); }
td.TdClassName
{
border-color: #6AB64B;
}
.TagClassName
{
border-color: #6AB64B;
}
</style>