Shades of Apple #6B9D46
Tints of Apple #6B9D46
RGB
CMYK
RGB Variations
Color information
#6B9D46 (or 0x6B9D46) is known color: Apple. HEX triplet: 6B, 9D and 46. RGB value is (107,157,70). Sum of RGB (Red+Green+Blue) = 107+157+70=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #6B9D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9D46 is #9462B9. Grayscale: #848484. Windows color (decimal): -9724602 or 4627819. OLE color: 4627819.
HSL color Cylindrical-coordinate representation of color #6B9D46: hue angle of 94.48º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B9D46 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 157 | 70 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.38 |
| HSL | 94.48º | 0.38% | 0.45% | - |
| HSV(B) | 94.48º | 0.55% | 0.62% | - |
| XYZ | 19.23 | 27.68 | 10.12 | - |
| YUV | 132.13 | 92.94 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 157 | 70 | 0.32 | 0 | 0.55 | 0.38 | 94.48 | 0.38 | 0.45 |
| Hex | 6B | 9D | 46 | 20 | 0 | 37 | 26 | 5E | 26 | 2D |
| Octal | 153 | 235 | 106 | 40 | 0 | 67 | 46 | 136 | 46 | 55 |
| Binary | 1101011 | 10011101 | 1000110 | 100000 | 0 | 110111 | 100110 | 1011110 | 100110 | 101101 |
Color Harmonies of #6B9D46
Complementary color
Monochromatic Colors of #6B9D46
Black with #6B9D46
Text Example
Text Example
White with #6B9D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9D46; }
p { color: rgb(107,157,70); }
H1.HeaderClassName
{
color: #6B9D46;
}
.AnyTagClassName
{
color: #6B9D46;
}
</style>
background-color css
<style>
a { background-color: #6B9D46; }
a { background-color: rgb(107,157,70); }
div.DivClassName
{
background-color: #6B9D46;
}
.BgClassName
{
background-color: #6B9D46;
}
</style>
border-color css
<style>
span { border-color: #6B9D46; }
span { border-color: rgb(107,157,70); }
td.TdClassName
{
border-color: #6B9D46;
}
.TagClassName
{
border-color: #6B9D46;
}
</style>