Shades of Apple #679B45
Tints of Apple #679B45
RGB
CMYK
RGB Variations
Color information
#679B45 (or 0x679B45) is known color: Apple. HEX triplet: 67, 9B and 45. RGB value is (103,155,69). Sum of RGB (Red+Green+Blue) = 103+155+69=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #679B45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679B45 is #9864BA. Grayscale: #818181. Windows color (decimal): -9987259 or 4561767. OLE color: 4561767.
HSL color Cylindrical-coordinate representation of color #679B45: hue angle of 96.28º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #679B45 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 69 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.39 |
| HSL | 96.28º | 0.38% | 0.44% | - |
| HSV(B) | 96.28º | 0.55% | 0.61% | - |
| XYZ | 18.39 | 26.76 | 9.83 | - |
| YUV | 129.65 | 93.77 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 69 | 0.34 | 0 | 0.55 | 0.39 | 96.28 | 0.38 | 0.44 |
| Hex | 67 | 9B | 45 | 22 | 0 | 37 | 27 | 60 | 26 | 2C |
| Octal | 147 | 233 | 105 | 42 | 0 | 67 | 47 | 140 | 46 | 54 |
| Binary | 1100111 | 10011011 | 1000101 | 100010 | 0 | 110111 | 100111 | 1100000 | 100110 | 101100 |
Color Harmonies of #679B45
Complementary color
Monochromatic Colors of #679B45
Black with #679B45
Text Example
Text Example
White with #679B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B45; }
p { color: rgb(103,155,69); }
H1.HeaderClassName
{
color: #679B45;
}
.AnyTagClassName
{
color: #679B45;
}
</style>
background-color css
<style>
a { background-color: #679B45; }
a { background-color: rgb(103,155,69); }
div.DivClassName
{
background-color: #679B45;
}
.BgClassName
{
background-color: #679B45;
}
</style>
border-color css
<style>
span { border-color: #679B45; }
span { border-color: rgb(103,155,69); }
td.TdClassName
{
border-color: #679B45;
}
.TagClassName
{
border-color: #679B45;
}
</style>