Shades of Apple #6BA94B
Tints of Apple #6BA94B
RGB
CMYK
RGB Variations
Color information
#6BA94B (or 0x6BA94B) is known color: Apple. HEX triplet: 6B, A9 and 4B. RGB value is (107,169,75). Sum of RGB (Red+Green+Blue) = 107+169+75=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 169 (66.41% from 255 or 48.15% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA94B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA94B is #9456B4. Grayscale: #8C8C8C. Windows color (decimal): -9721525 or 4958571. OLE color: 4958571.
HSL color Cylindrical-coordinate representation of color #6BA94B: hue angle of 99.57º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BA94B is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 75 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.34 |
| HSL | 99.57º | 0.39% | 0.48% | - |
| HSV(B) | 99.57º | 0.56% | 0.66% | - |
| XYZ | 21.52 | 32.01 | 11.7 | - |
| YUV | 139.75 | 91.46 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 75 | 0.37 | 0 | 0.56 | 0.34 | 99.57 | 0.39 | 0.48 |
| Hex | 6B | A9 | 4B | 25 | 0 | 38 | 22 | 64 | 27 | 30 |
| Octal | 153 | 251 | 113 | 45 | 0 | 70 | 42 | 144 | 47 | 60 |
| Binary | 1101011 | 10101001 | 1001011 | 100101 | 0 | 111000 | 100010 | 1100100 | 100111 | 110000 |
Color Harmonies of #6BA94B
Complementary color
Monochromatic Colors of #6BA94B
Black with #6BA94B
Text Example
Text Example
White with #6BA94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA94B; }
p { color: rgb(107,169,75); }
H1.HeaderClassName
{
color: #6BA94B;
}
.AnyTagClassName
{
color: #6BA94B;
}
</style>
background-color css
<style>
a { background-color: #6BA94B; }
a { background-color: rgb(107,169,75); }
div.DivClassName
{
background-color: #6BA94B;
}
.BgClassName
{
background-color: #6BA94B;
}
</style>
border-color css
<style>
span { border-color: #6BA94B; }
span { border-color: rgb(107,169,75); }
td.TdClassName
{
border-color: #6BA94B;
}
.TagClassName
{
border-color: #6BA94B;
}
</style>