Shades of Apple #67C746
Tints of Apple #67C746
RGB
CMYK
RGB Variations
Color information
#67C746 (or 0x67C746) is known color: Apple. HEX triplet: 67, C7 and 46. RGB value is (103,199,70). Sum of RGB (Red+Green+Blue) = 103+199+70=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 199 (78.12% from 255 or 53.49% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 199 - color contains mainly: green. Hex color #67C746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67C746 is #9838B9. Grayscale: #9C9C9C. Windows color (decimal): -9975994 or 4638567. OLE color: 4638567.
HSL color Cylindrical-coordinate representation of color #67C746: hue angle of 104.65º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #67C746 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 199 | 70 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.22 |
| HSL | 104.65º | 0.54% | 0.53% | - |
| HSV(B) | 104.65º | 0.65% | 0.78% | - |
| XYZ | 27.12 | 44.17 | 12.89 | - |
| YUV | 155.59 | 79.7 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 199 | 70 | 0.48 | 0 | 0.65 | 0.22 | 104.65 | 0.54 | 0.53 |
| Hex | 67 | C7 | 46 | 30 | 0 | 41 | 16 | 69 | 36 | 35 |
| Octal | 147 | 307 | 106 | 60 | 0 | 101 | 26 | 151 | 66 | 65 |
| Binary | 1100111 | 11000111 | 1000110 | 110000 | 0 | 1000001 | 10110 | 1101001 | 110110 | 110101 |
Color Harmonies of #67C746
Complementary color
Monochromatic Colors of #67C746
Black with #67C746
Text Example
Text Example
White with #67C746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C746; }
p { color: rgb(103,199,70); }
H1.HeaderClassName
{
color: #67C746;
}
.AnyTagClassName
{
color: #67C746;
}
</style>
background-color css
<style>
a { background-color: #67C746; }
a { background-color: rgb(103,199,70); }
div.DivClassName
{
background-color: #67C746;
}
.BgClassName
{
background-color: #67C746;
}
</style>
border-color css
<style>
span { border-color: #67C746; }
span { border-color: rgb(103,199,70); }
td.TdClassName
{
border-color: #67C746;
}
.TagClassName
{
border-color: #67C746;
}
</style>