Shades of Apple #6AB431
Tints of Apple #6AB431
RGB
CMYK
RGB Variations
Color information
#6AB431 (or 0x6AB431) is known color: Apple. HEX triplet: 6A, B4 and 31. RGB value is (106,180,49). Sum of RGB (Red+Green+Blue) = 106+180+49=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB431 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB431 is #954BCE. Grayscale: #8F8F8F. Windows color (decimal): -9784271 or 3257450. OLE color: 3257450.
HSL color Cylindrical-coordinate representation of color #6AB431: hue angle of 93.89º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6AB431 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 180 | 49 | - |
| CMYK | 0.41 | 0 | 0.73 | 0.29 |
| HSL | 93.89º | 0.57% | 0.45% | - |
| HSV(B) | 93.89º | 0.73% | 0.71% | - |
| XYZ | 22.82 | 35.93 | 8.64 | - |
| YUV | 142.94 | 74.98 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 180 | 49 | 0.41 | 0 | 0.73 | 0.29 | 93.89 | 0.57 | 0.45 |
| Hex | 6A | B4 | 31 | 29 | 0 | 49 | 1D | 5E | 39 | 2D |
| Octal | 152 | 264 | 61 | 51 | 0 | 111 | 35 | 136 | 71 | 55 |
| Binary | 1101010 | 10110100 | 110001 | 101001 | 0 | 1001001 | 11101 | 1011110 | 111001 | 101101 |
Color Harmonies of #6AB431
Complementary color
Monochromatic Colors of #6AB431
Black with #6AB431
Text Example
Text Example
White with #6AB431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB431; }
p { color: rgb(106,180,49); }
H1.HeaderClassName
{
color: #6AB431;
}
.AnyTagClassName
{
color: #6AB431;
}
</style>
background-color css
<style>
a { background-color: #6AB431; }
a { background-color: rgb(106,180,49); }
div.DivClassName
{
background-color: #6AB431;
}
.BgClassName
{
background-color: #6AB431;
}
</style>
border-color css
<style>
span { border-color: #6AB431; }
span { border-color: rgb(106,180,49); }
td.TdClassName
{
border-color: #6AB431;
}
.TagClassName
{
border-color: #6AB431;
}
</style>