Shades of Apple #6BA454
Tints of Apple #6BA454
RGB
CMYK
RGB Variations
Color information
#6BA454 (or 0x6BA454) is known color: Apple. HEX triplet: 6B, A4 and 54. RGB value is (107,164,84). Sum of RGB (Red+Green+Blue) = 107+164+84=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA454 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA454 is #945BAB. Grayscale: #8A8A8A. Windows color (decimal): -9722796 or 5547115. OLE color: 5547115.
HSL color Cylindrical-coordinate representation of color #6BA454: hue angle of 102.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BA454 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 84 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.36 |
| HSL | 102.75º | 0.32% | 0.49% | - |
| HSV(B) | 102.75º | 0.49% | 0.64% | - |
| XYZ | 20.94 | 30.32 | 13.14 | - |
| YUV | 137.84 | 97.62 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 84 | 0.35 | 0 | 0.49 | 0.36 | 102.75 | 0.32 | 0.49 |
| Hex | 6B | A4 | 54 | 23 | 0 | 31 | 24 | 67 | 20 | 31 |
| Octal | 153 | 244 | 124 | 43 | 0 | 61 | 44 | 147 | 40 | 61 |
| Binary | 1101011 | 10100100 | 1010100 | 100011 | 0 | 110001 | 100100 | 1100111 | 100000 | 110001 |
Color Harmonies of #6BA454
Complementary color
Monochromatic Colors of #6BA454
Black with #6BA454
Text Example
Text Example
White with #6BA454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA454; }
p { color: rgb(107,164,84); }
H1.HeaderClassName
{
color: #6BA454;
}
.AnyTagClassName
{
color: #6BA454;
}
</style>
background-color css
<style>
a { background-color: #6BA454; }
a { background-color: rgb(107,164,84); }
div.DivClassName
{
background-color: #6BA454;
}
.BgClassName
{
background-color: #6BA454;
}
</style>
border-color css
<style>
span { border-color: #6BA454; }
span { border-color: rgb(107,164,84); }
td.TdClassName
{
border-color: #6BA454;
}
.TagClassName
{
border-color: #6BA454;
}
</style>