Shades of Apple #67A756
Tints of Apple #67A756
RGB
CMYK
RGB Variations
Color information
#67A756 (or 0x67A756) is known color: Apple. HEX triplet: 67, A7 and 56. RGB value is (103,167,86). Sum of RGB (Red+Green+Blue) = 103+167+86=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #67A756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A756 is #9858A9. Grayscale: #8A8A8A. Windows color (decimal): -9984170 or 5678951. OLE color: 5678951.
HSL color Cylindrical-coordinate representation of color #67A756: hue angle of 107.41º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67A756 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 167 | 86 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.35 |
| HSL | 107.41º | 0.32% | 0.5% | - |
| HSV(B) | 107.41º | 0.49% | 0.65% | - |
| XYZ | 21.09 | 31.19 | 13.71 | - |
| YUV | 138.63 | 98.3 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 167 | 86 | 0.38 | 0 | 0.49 | 0.35 | 107.41 | 0.32 | 0.5 |
| Hex | 67 | A7 | 56 | 26 | 0 | 31 | 23 | 6B | 20 | 32 |
| Octal | 147 | 247 | 126 | 46 | 0 | 61 | 43 | 153 | 40 | 62 |
| Binary | 1100111 | 10100111 | 1010110 | 100110 | 0 | 110001 | 100011 | 1101011 | 100000 | 110010 |
Color Harmonies of #67A756
Complementary color
Monochromatic Colors of #67A756
Black with #67A756
Text Example
Text Example
White with #67A756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A756; }
p { color: rgb(103,167,86); }
H1.HeaderClassName
{
color: #67A756;
}
.AnyTagClassName
{
color: #67A756;
}
</style>
background-color css
<style>
a { background-color: #67A756; }
a { background-color: rgb(103,167,86); }
div.DivClassName
{
background-color: #67A756;
}
.BgClassName
{
background-color: #67A756;
}
</style>
border-color css
<style>
span { border-color: #67A756; }
span { border-color: rgb(103,167,86); }
td.TdClassName
{
border-color: #67A756;
}
.TagClassName
{
border-color: #67A756;
}
</style>