Shades of Apple #6BA445
Tints of Apple #6BA445
RGB
CMYK
RGB Variations
Color information
#6BA445 (or 0x6BA445) is known color: Apple. HEX triplet: 6B, A4 and 45. RGB value is (107,164,69). Sum of RGB (Red+Green+Blue) = 107+164+69=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA445 is #945BBA. Grayscale: #888888. Windows color (decimal): -9722811 or 4564075. OLE color: 4564075.
HSL color Cylindrical-coordinate representation of color #6BA445: hue angle of 96º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BA445 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 69 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.36 |
| HSL | 96º | 0.41% | 0.46% | - |
| HSV(B) | 96º | 0.58% | 0.64% | - |
| XYZ | 20.41 | 30.11 | 10.37 | - |
| YUV | 136.13 | 90.12 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 69 | 0.35 | 0 | 0.58 | 0.36 | 96 | 0.41 | 0.46 |
| Hex | 6B | A4 | 45 | 23 | 0 | 3A | 24 | 60 | 29 | 2E |
| Octal | 153 | 244 | 105 | 43 | 0 | 72 | 44 | 140 | 51 | 56 |
| Binary | 1101011 | 10100100 | 1000101 | 100011 | 0 | 111010 | 100100 | 1100000 | 101001 | 101110 |
Color Harmonies of #6BA445
Complementary color
Monochromatic Colors of #6BA445
Black with #6BA445
Text Example
Text Example
White with #6BA445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA445; }
p { color: rgb(107,164,69); }
H1.HeaderClassName
{
color: #6BA445;
}
.AnyTagClassName
{
color: #6BA445;
}
</style>
background-color css
<style>
a { background-color: #6BA445; }
a { background-color: rgb(107,164,69); }
div.DivClassName
{
background-color: #6BA445;
}
.BgClassName
{
background-color: #6BA445;
}
</style>
border-color css
<style>
span { border-color: #6BA445; }
span { border-color: rgb(107,164,69); }
td.TdClassName
{
border-color: #6BA445;
}
.TagClassName
{
border-color: #6BA445;
}
</style>