Shades of Apple #689944
Tints of Apple #689944
RGB
CMYK
RGB Variations
Color information
#689944 (or 0x689944) is known color: Apple. HEX triplet: 68, 99 and 44. RGB value is (104,153,68). Sum of RGB (Red+Green+Blue) = 104+153+68=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #689944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689944 is #9766BB. Grayscale: #808080. Windows color (decimal): -9922236 or 4495720. OLE color: 4495720.
HSL color Cylindrical-coordinate representation of color #689944: hue angle of 94.59º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #689944 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 68 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.4 |
| HSL | 94.59º | 0.38% | 0.43% | - |
| HSV(B) | 94.59º | 0.56% | 0.6% | - |
| XYZ | 18.14 | 26.14 | 9.56 | - |
| YUV | 128.66 | 93.77 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 68 | 0.32 | 0 | 0.56 | 0.4 | 94.59 | 0.38 | 0.43 |
| Hex | 68 | 99 | 44 | 20 | 0 | 38 | 28 | 5F | 26 | 2B |
| Octal | 150 | 231 | 104 | 40 | 0 | 70 | 50 | 137 | 46 | 53 |
| Binary | 1101000 | 10011001 | 1000100 | 100000 | 0 | 111000 | 101000 | 1011111 | 100110 | 101011 |
Color Harmonies of #689944
Complementary color
Monochromatic Colors of #689944
Black with #689944
Text Example
Text Example
White with #689944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689944; }
p { color: rgb(104,153,68); }
H1.HeaderClassName
{
color: #689944;
}
.AnyTagClassName
{
color: #689944;
}
</style>
background-color css
<style>
a { background-color: #689944; }
a { background-color: rgb(104,153,68); }
div.DivClassName
{
background-color: #689944;
}
.BgClassName
{
background-color: #689944;
}
</style>
border-color css
<style>
span { border-color: #689944; }
span { border-color: rgb(104,153,68); }
td.TdClassName
{
border-color: #689944;
}
.TagClassName
{
border-color: #689944;
}
</style>