Shades of Apple #6BA457
Tints of Apple #6BA457
RGB
CMYK
RGB Variations
Color information
#6BA457 (or 0x6BA457) is known color: Apple. HEX triplet: 6B, A4 and 57. RGB value is (107,164,87). Sum of RGB (Red+Green+Blue) = 107+164+87=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA457 is #945BA8. Grayscale: #8A8A8A. Windows color (decimal): -9722793 or 5743723. OLE color: 5743723.
HSL color Cylindrical-coordinate representation of color #6BA457: hue angle of 104.42º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BA457 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 87 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.36 |
| HSL | 104.42º | 0.31% | 0.49% | - |
| HSV(B) | 104.42º | 0.47% | 0.64% | - |
| XYZ | 21.06 | 30.36 | 13.77 | - |
| YUV | 138.18 | 99.12 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 87 | 0.35 | 0 | 0.47 | 0.36 | 104.42 | 0.31 | 0.49 |
| Hex | 6B | A4 | 57 | 23 | 0 | 2F | 24 | 68 | 1F | 31 |
| Octal | 153 | 244 | 127 | 43 | 0 | 57 | 44 | 150 | 37 | 61 |
| Binary | 1101011 | 10100100 | 1010111 | 100011 | 0 | 101111 | 100100 | 1101000 | 11111 | 110001 |
Color Harmonies of #6BA457
Complementary color
Monochromatic Colors of #6BA457
Black with #6BA457
Text Example
Text Example
White with #6BA457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA457; }
p { color: rgb(107,164,87); }
H1.HeaderClassName
{
color: #6BA457;
}
.AnyTagClassName
{
color: #6BA457;
}
</style>
background-color css
<style>
a { background-color: #6BA457; }
a { background-color: rgb(107,164,87); }
div.DivClassName
{
background-color: #6BA457;
}
.BgClassName
{
background-color: #6BA457;
}
</style>
border-color css
<style>
span { border-color: #6BA457; }
span { border-color: rgb(107,164,87); }
td.TdClassName
{
border-color: #6BA457;
}
.TagClassName
{
border-color: #6BA457;
}
</style>