Shades of Apple #6AB638
Tints of Apple #6AB638
RGB
CMYK
RGB Variations
Color information
#6AB638 (or 0x6AB638) is known color: Apple. HEX triplet: 6A, B6 and 38. RGB value is (106,182,56). Sum of RGB (Red+Green+Blue) = 106+182+56=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #6AB638 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB638 is #9549C7. Grayscale: #919191. Windows color (decimal): -9783752 or 3716714. OLE color: 3716714.
HSL color Cylindrical-coordinate representation of color #6AB638: hue angle of 96.19º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6AB638 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 182 | 56 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.29 |
| HSL | 96.19º | 0.53% | 0.47% | - |
| HSV(B) | 96.19º | 0.69% | 0.71% | - |
| XYZ | 23.39 | 36.81 | 9.61 | - |
| YUV | 144.91 | 77.82 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 182 | 56 | 0.42 | 0 | 0.69 | 0.29 | 96.19 | 0.53 | 0.47 |
| Hex | 6A | B6 | 38 | 2A | 0 | 45 | 1D | 60 | 35 | 2F |
| Octal | 152 | 266 | 70 | 52 | 0 | 105 | 35 | 140 | 65 | 57 |
| Binary | 1101010 | 10110110 | 111000 | 101010 | 0 | 1000101 | 11101 | 1100000 | 110101 | 101111 |
Color Harmonies of #6AB638
Complementary color
Monochromatic Colors of #6AB638
Black with #6AB638
Text Example
Text Example
White with #6AB638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB638; }
p { color: rgb(106,182,56); }
H1.HeaderClassName
{
color: #6AB638;
}
.AnyTagClassName
{
color: #6AB638;
}
</style>
background-color css
<style>
a { background-color: #6AB638; }
a { background-color: rgb(106,182,56); }
div.DivClassName
{
background-color: #6AB638;
}
.BgClassName
{
background-color: #6AB638;
}
</style>
border-color css
<style>
span { border-color: #6AB638; }
span { border-color: rgb(106,182,56); }
td.TdClassName
{
border-color: #6AB638;
}
.TagClassName
{
border-color: #6AB638;
}
</style>