Shades of Apple #67D645
Tints of Apple #67D645
RGB
CMYK
RGB Variations
Color information
#67D645 (or 0x67D645) is known color: Apple. HEX triplet: 67, D6 and 45. RGB value is (103,214,69). Sum of RGB (Red+Green+Blue) = 103+214+69=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #67D645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67D645 is #9829BA. Grayscale: #A4A4A4. Windows color (decimal): -9972155 or 4576871. OLE color: 4576871.
HSL color Cylindrical-coordinate representation of color #67D645: hue angle of 105.93º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67D645 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 214 | 69 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.16 |
| HSL | 105.93º | 0.64% | 0.55% | - |
| HSV(B) | 105.93º | 0.68% | 0.84% | - |
| XYZ | 30.71 | 51.41 | 13.93 | - |
| YUV | 164.28 | 74.23 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 214 | 69 | 0.52 | 0 | 0.68 | 0.16 | 105.93 | 0.64 | 0.55 |
| Hex | 67 | D6 | 45 | 34 | 0 | 44 | 10 | 6A | 40 | 37 |
| Octal | 147 | 326 | 105 | 64 | 0 | 104 | 20 | 152 | 100 | 67 |
| Binary | 1100111 | 11010110 | 1000101 | 110100 | 0 | 1000100 | 10000 | 1101010 | 1000000 | 110111 |
Color Harmonies of #67D645
Complementary color
Monochromatic Colors of #67D645
Black with #67D645
Text Example
Text Example
White with #67D645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D645; }
p { color: rgb(103,214,69); }
H1.HeaderClassName
{
color: #67D645;
}
.AnyTagClassName
{
color: #67D645;
}
</style>
background-color css
<style>
a { background-color: #67D645; }
a { background-color: rgb(103,214,69); }
div.DivClassName
{
background-color: #67D645;
}
.BgClassName
{
background-color: #67D645;
}
</style>
border-color css
<style>
span { border-color: #67D645; }
span { border-color: rgb(103,214,69); }
td.TdClassName
{
border-color: #67D645;
}
.TagClassName
{
border-color: #67D645;
}
</style>