Shades of Apple #6BA451
Tints of Apple #6BA451
RGB
CMYK
RGB Variations
Color information
#6BA451 (or 0x6BA451) is known color: Apple. HEX triplet: 6B, A4 and 51. RGB value is (107,164,81). Sum of RGB (Red+Green+Blue) = 107+164+81=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA451 is #945BAE. Grayscale: #898989. Windows color (decimal): -9722799 or 5350507. OLE color: 5350507.
HSL color Cylindrical-coordinate representation of color #6BA451: hue angle of 101.2º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BA451 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 81 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.36 |
| HSL | 101.2º | 0.34% | 0.48% | - |
| HSV(B) | 101.2º | 0.51% | 0.64% | - |
| XYZ | 20.82 | 30.27 | 12.53 | - |
| YUV | 137.5 | 96.12 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 81 | 0.35 | 0 | 0.51 | 0.36 | 101.2 | 0.34 | 0.48 |
| Hex | 6B | A4 | 51 | 23 | 0 | 33 | 24 | 65 | 22 | 30 |
| Octal | 153 | 244 | 121 | 43 | 0 | 63 | 44 | 145 | 42 | 60 |
| Binary | 1101011 | 10100100 | 1010001 | 100011 | 0 | 110011 | 100100 | 1100101 | 100010 | 110000 |
Color Harmonies of #6BA451
Complementary color
Monochromatic Colors of #6BA451
Black with #6BA451
Text Example
Text Example
White with #6BA451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA451; }
p { color: rgb(107,164,81); }
H1.HeaderClassName
{
color: #6BA451;
}
.AnyTagClassName
{
color: #6BA451;
}
</style>
background-color css
<style>
a { background-color: #6BA451; }
a { background-color: rgb(107,164,81); }
div.DivClassName
{
background-color: #6BA451;
}
.BgClassName
{
background-color: #6BA451;
}
</style>
border-color css
<style>
span { border-color: #6BA451; }
span { border-color: rgb(107,164,81); }
td.TdClassName
{
border-color: #6BA451;
}
.TagClassName
{
border-color: #6BA451;
}
</style>