Shades of Apple #67D745
Tints of Apple #67D745
RGB
CMYK
RGB Variations
Color information
#67D745 (or 0x67D745) is known color: Apple. HEX triplet: 67, D7 and 45. RGB value is (103,215,69). Sum of RGB (Red+Green+Blue) = 103+215+69=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 215 (84.38% from 255 or 55.56% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 215 - color contains mainly: green. Hex color #67D745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67D745 is #9828BA. Grayscale: #A5A5A5. Windows color (decimal): -9971899 or 4577127. OLE color: 4577127.
HSL color Cylindrical-coordinate representation of color #67D745: hue angle of 106.03º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67D745 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 215 | 69 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.16 |
| HSL | 106.03º | 0.65% | 0.56% | - |
| HSV(B) | 106.03º | 0.68% | 0.84% | - |
| XYZ | 30.97 | 51.91 | 14.02 | - |
| YUV | 164.87 | 73.89 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 215 | 69 | 0.52 | 0 | 0.68 | 0.16 | 106.03 | 0.65 | 0.56 |
| Hex | 67 | D7 | 45 | 34 | 0 | 44 | 10 | 6A | 41 | 38 |
| Octal | 147 | 327 | 105 | 64 | 0 | 104 | 20 | 152 | 101 | 70 |
| Binary | 1100111 | 11010111 | 1000101 | 110100 | 0 | 1000100 | 10000 | 1101010 | 1000001 | 111000 |
Color Harmonies of #67D745
Complementary color
Monochromatic Colors of #67D745
Black with #67D745
Text Example
Text Example
White with #67D745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D745; }
p { color: rgb(103,215,69); }
H1.HeaderClassName
{
color: #67D745;
}
.AnyTagClassName
{
color: #67D745;
}
</style>
background-color css
<style>
a { background-color: #67D745; }
a { background-color: rgb(103,215,69); }
div.DivClassName
{
background-color: #67D745;
}
.BgClassName
{
background-color: #67D745;
}
</style>
border-color css
<style>
span { border-color: #67D745; }
span { border-color: rgb(103,215,69); }
td.TdClassName
{
border-color: #67D745;
}
.TagClassName
{
border-color: #67D745;
}
</style>