Shades of Apple #67C745
Tints of Apple #67C745
RGB
CMYK
RGB Variations
Color information
#67C745 (or 0x67C745) is known color: Apple. HEX triplet: 67, C7 and 45. RGB value is (103,199,69). Sum of RGB (Red+Green+Blue) = 103+199+69=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 199 (78.12% from 255 or 53.64% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 199 - color contains mainly: green. Hex color #67C745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67C745 is #9838BA. Grayscale: #9B9B9B. Windows color (decimal): -9975995 or 4573031. OLE color: 4573031.
HSL color Cylindrical-coordinate representation of color #67C745: hue angle of 104.31º 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 #67C745 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 199 | 69 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.22 |
| HSL | 104.31º | 0.54% | 0.53% | - |
| HSV(B) | 104.31º | 0.65% | 0.78% | - |
| XYZ | 27.09 | 44.16 | 12.73 | - |
| YUV | 155.48 | 79.2 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 199 | 69 | 0.48 | 0 | 0.65 | 0.22 | 104.31 | 0.54 | 0.53 |
| Hex | 67 | C7 | 45 | 30 | 0 | 41 | 16 | 68 | 36 | 35 |
| Octal | 147 | 307 | 105 | 60 | 0 | 101 | 26 | 150 | 66 | 65 |
| Binary | 1100111 | 11000111 | 1000101 | 110000 | 0 | 1000001 | 10110 | 1101000 | 110110 | 110101 |
Color Harmonies of #67C745
Complementary color
Monochromatic Colors of #67C745
Black with #67C745
Text Example
Text Example
White with #67C745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C745; }
p { color: rgb(103,199,69); }
H1.HeaderClassName
{
color: #67C745;
}
.AnyTagClassName
{
color: #67C745;
}
</style>
background-color css
<style>
a { background-color: #67C745; }
a { background-color: rgb(103,199,69); }
div.DivClassName
{
background-color: #67C745;
}
.BgClassName
{
background-color: #67C745;
}
</style>
border-color css
<style>
span { border-color: #67C745; }
span { border-color: rgb(103,199,69); }
td.TdClassName
{
border-color: #67C745;
}
.TagClassName
{
border-color: #67C745;
}
</style>