Shades of Apple #679943
Tints of Apple #679943
RGB
CMYK
RGB Variations
Color information
#679943 (or 0x679943) is known color: Apple. HEX triplet: 67, 99 and 43. RGB value is (103,153,67). Sum of RGB (Red+Green+Blue) = 103+153+67=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #679943 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679943 is #9866BC. Grayscale: #808080. Windows color (decimal): -9987773 or 4430183. OLE color: 4430183.
HSL color Cylindrical-coordinate representation of color #679943: hue angle of 94.88º degrees, saturation: 0.39, 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 #679943 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 67 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.4 |
| HSL | 94.88º | 0.39% | 0.43% | - |
| HSV(B) | 94.88º | 0.56% | 0.6% | - |
| XYZ | 18 | 26.07 | 9.39 | - |
| YUV | 128.25 | 93.44 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 67 | 0.33 | 0 | 0.56 | 0.4 | 94.88 | 0.39 | 0.43 |
| Hex | 67 | 99 | 43 | 21 | 0 | 38 | 28 | 5F | 27 | 2B |
| Octal | 147 | 231 | 103 | 41 | 0 | 70 | 50 | 137 | 47 | 53 |
| Binary | 1100111 | 10011001 | 1000011 | 100001 | 0 | 111000 | 101000 | 1011111 | 100111 | 101011 |
Color Harmonies of #679943
Complementary color
Monochromatic Colors of #679943
Black with #679943
Text Example
Text Example
White with #679943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679943; }
p { color: rgb(103,153,67); }
H1.HeaderClassName
{
color: #679943;
}
.AnyTagClassName
{
color: #679943;
}
</style>
background-color css
<style>
a { background-color: #679943; }
a { background-color: rgb(103,153,67); }
div.DivClassName
{
background-color: #679943;
}
.BgClassName
{
background-color: #679943;
}
</style>
border-color css
<style>
span { border-color: #679943; }
span { border-color: rgb(103,153,67); }
td.TdClassName
{
border-color: #679943;
}
.TagClassName
{
border-color: #679943;
}
</style>