Shades of Apple #679949
Tints of Apple #679949
RGB
CMYK
RGB Variations
Color information
#679949 (or 0x679949) is known color: Apple. HEX triplet: 67, 99 and 49. RGB value is (103,153,73). Sum of RGB (Red+Green+Blue) = 103+153+73=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #679949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679949 is #9866B6. Grayscale: #818181. Windows color (decimal): -9987767 or 4823399. OLE color: 4823399.
HSL color Cylindrical-coordinate representation of color #679949: hue angle of 97.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #679949 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 73 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.4 |
| HSL | 97.5º | 0.35% | 0.44% | - |
| HSV(B) | 97.5º | 0.52% | 0.6% | - |
| XYZ | 18.19 | 26.15 | 10.39 | - |
| YUV | 128.93 | 96.44 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 73 | 0.33 | 0 | 0.52 | 0.4 | 97.5 | 0.35 | 0.44 |
| Hex | 67 | 99 | 49 | 21 | 0 | 34 | 28 | 62 | 23 | 2C |
| Octal | 147 | 231 | 111 | 41 | 0 | 64 | 50 | 142 | 43 | 54 |
| Binary | 1100111 | 10011001 | 1001001 | 100001 | 0 | 110100 | 101000 | 1100010 | 100011 | 101100 |
Color Harmonies of #679949
Complementary color
Monochromatic Colors of #679949
Black with #679949
Text Example
Text Example
White with #679949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679949; }
p { color: rgb(103,153,73); }
H1.HeaderClassName
{
color: #679949;
}
.AnyTagClassName
{
color: #679949;
}
</style>
background-color css
<style>
a { background-color: #679949; }
a { background-color: rgb(103,153,73); }
div.DivClassName
{
background-color: #679949;
}
.BgClassName
{
background-color: #679949;
}
</style>
border-color css
<style>
span { border-color: #679949; }
span { border-color: rgb(103,153,73); }
td.TdClassName
{
border-color: #679949;
}
.TagClassName
{
border-color: #679949;
}
</style>