Shades of Apple #6BA74F
Tints of Apple #6BA74F
RGB
CMYK
RGB Variations
Color information
#6BA74F (or 0x6BA74F) is known color: Apple. HEX triplet: 6B, A7 and 4F. RGB value is (107,167,79). Sum of RGB (Red+Green+Blue) = 107+167+79=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #6BA74F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA74F is #9458B0. Grayscale: #8B8B8B. Windows color (decimal): -9722033 or 5220203. OLE color: 5220203.
HSL color Cylindrical-coordinate representation of color #6BA74F: hue angle of 100.91º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BA74F is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 167 | 79 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.35 |
| HSL | 100.91º | 0.36% | 0.48% | - |
| HSV(B) | 100.91º | 0.53% | 0.65% | - |
| XYZ | 21.29 | 31.33 | 12.32 | - |
| YUV | 139.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 167 | 79 | 0.36 | 0 | 0.53 | 0.35 | 100.91 | 0.36 | 0.48 |
| Hex | 6B | A7 | 4F | 24 | 0 | 35 | 23 | 65 | 24 | 30 |
| Octal | 153 | 247 | 117 | 44 | 0 | 65 | 43 | 145 | 44 | 60 |
| Binary | 1101011 | 10100111 | 1001111 | 100100 | 0 | 110101 | 100011 | 1100101 | 100100 | 110000 |
Color Harmonies of #6BA74F
Complementary color
Monochromatic Colors of #6BA74F
Black with #6BA74F
Text Example
Text Example
White with #6BA74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA74F; }
p { color: rgb(107,167,79); }
H1.HeaderClassName
{
color: #6BA74F;
}
.AnyTagClassName
{
color: #6BA74F;
}
</style>
background-color css
<style>
a { background-color: #6BA74F; }
a { background-color: rgb(107,167,79); }
div.DivClassName
{
background-color: #6BA74F;
}
.BgClassName
{
background-color: #6BA74F;
}
</style>
border-color css
<style>
span { border-color: #6BA74F; }
span { border-color: rgb(107,167,79); }
td.TdClassName
{
border-color: #6BA74F;
}
.TagClassName
{
border-color: #6BA74F;
}
</style>