Shades of Apple #679C41
Tints of Apple #679C41
RGB
CMYK
RGB Variations
Color information
#679C41 (or 0x679C41) is known color: Apple. HEX triplet: 67, 9C and 41. RGB value is (103,156,65). Sum of RGB (Red+Green+Blue) = 103+156+65=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #679C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679C41 is #9863BE. Grayscale: #828282. Windows color (decimal): -9987007 or 4299879. OLE color: 4299879.
HSL color Cylindrical-coordinate representation of color #679C41: hue angle of 94.95º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #679C41 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 156 | 65 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.39 |
| HSL | 94.95º | 0.41% | 0.43% | - |
| HSV(B) | 94.95º | 0.58% | 0.61% | - |
| XYZ | 18.44 | 27.04 | 9.25 | - |
| YUV | 129.78 | 91.44 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 65 | 0.34 | 0 | 0.58 | 0.39 | 94.95 | 0.41 | 0.43 |
| Hex | 67 | 9C | 41 | 22 | 0 | 3A | 27 | 5F | 29 | 2B |
| Octal | 147 | 234 | 101 | 42 | 0 | 72 | 47 | 137 | 51 | 53 |
| Binary | 1100111 | 10011100 | 1000001 | 100010 | 0 | 111010 | 100111 | 1011111 | 101001 | 101011 |
Color Harmonies of #679C41
Complementary color
Monochromatic Colors of #679C41
Black with #679C41
Text Example
Text Example
White with #679C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679C41; }
p { color: rgb(103,156,65); }
H1.HeaderClassName
{
color: #679C41;
}
.AnyTagClassName
{
color: #679C41;
}
</style>
background-color css
<style>
a { background-color: #679C41; }
a { background-color: rgb(103,156,65); }
div.DivClassName
{
background-color: #679C41;
}
.BgClassName
{
background-color: #679C41;
}
</style>
border-color css
<style>
span { border-color: #679C41; }
span { border-color: rgb(103,156,65); }
td.TdClassName
{
border-color: #679C41;
}
.TagClassName
{
border-color: #679C41;
}
</style>