Shades of Apple #6BA453
Tints of Apple #6BA453
RGB
CMYK
RGB Variations
Color information
#6BA453 (or 0x6BA453) is known color: Apple. HEX triplet: 6B, A4 and 53. RGB value is (107,164,83). Sum of RGB (Red+Green+Blue) = 107+164+83=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA453 is #945BAC. Grayscale: #898989. Windows color (decimal): -9722797 or 5481579. OLE color: 5481579.
HSL color Cylindrical-coordinate representation of color #6BA453: hue angle of 102.22º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BA453 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 83 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.36 |
| HSL | 102.22º | 0.33% | 0.48% | - |
| HSV(B) | 102.22º | 0.49% | 0.64% | - |
| XYZ | 20.9 | 30.3 | 12.93 | - |
| YUV | 137.72 | 97.12 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 83 | 0.35 | 0 | 0.49 | 0.36 | 102.22 | 0.33 | 0.48 |
| Hex | 6B | A4 | 53 | 23 | 0 | 31 | 24 | 66 | 21 | 30 |
| Octal | 153 | 244 | 123 | 43 | 0 | 61 | 44 | 146 | 41 | 60 |
| Binary | 1101011 | 10100100 | 1010011 | 100011 | 0 | 110001 | 100100 | 1100110 | 100001 | 110000 |
Color Harmonies of #6BA453
Complementary color
Monochromatic Colors of #6BA453
Black with #6BA453
Text Example
Text Example
White with #6BA453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA453; }
p { color: rgb(107,164,83); }
H1.HeaderClassName
{
color: #6BA453;
}
.AnyTagClassName
{
color: #6BA453;
}
</style>
background-color css
<style>
a { background-color: #6BA453; }
a { background-color: rgb(107,164,83); }
div.DivClassName
{
background-color: #6BA453;
}
.BgClassName
{
background-color: #6BA453;
}
</style>
border-color css
<style>
span { border-color: #6BA453; }
span { border-color: rgb(107,164,83); }
td.TdClassName
{
border-color: #6BA453;
}
.TagClassName
{
border-color: #6BA453;
}
</style>