Shades of Apple #679947
Tints of Apple #679947
RGB
CMYK
RGB Variations
Color information
#679947 (or 0x679947) is known color: Apple. HEX triplet: 67, 99 and 47. RGB value is (103,153,71). Sum of RGB (Red+Green+Blue) = 103+153+71=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #679947 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679947 is #9866B8. Grayscale: #808080. Windows color (decimal): -9987769 or 4692327. OLE color: 4692327.
HSL color Cylindrical-coordinate representation of color #679947: hue angle of 96.59º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #679947 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 71 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.4 |
| HSL | 96.59º | 0.37% | 0.44% | - |
| HSV(B) | 96.59º | 0.54% | 0.6% | - |
| XYZ | 18.12 | 26.12 | 10.05 | - |
| YUV | 128.7 | 95.44 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 71 | 0.33 | 0 | 0.54 | 0.4 | 96.59 | 0.37 | 0.44 |
| Hex | 67 | 99 | 47 | 21 | 0 | 36 | 28 | 61 | 25 | 2C |
| Octal | 147 | 231 | 107 | 41 | 0 | 66 | 50 | 141 | 45 | 54 |
| Binary | 1100111 | 10011001 | 1000111 | 100001 | 0 | 110110 | 101000 | 1100001 | 100101 | 101100 |
Color Harmonies of #679947
Complementary color
Monochromatic Colors of #679947
Black with #679947
Text Example
Text Example
White with #679947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679947; }
p { color: rgb(103,153,71); }
H1.HeaderClassName
{
color: #679947;
}
.AnyTagClassName
{
color: #679947;
}
</style>
background-color css
<style>
a { background-color: #679947; }
a { background-color: rgb(103,153,71); }
div.DivClassName
{
background-color: #679947;
}
.BgClassName
{
background-color: #679947;
}
</style>
border-color css
<style>
span { border-color: #679947; }
span { border-color: rgb(103,153,71); }
td.TdClassName
{
border-color: #679947;
}
.TagClassName
{
border-color: #679947;
}
</style>