Shades of Apple #67C645
Tints of Apple #67C645
RGB
CMYK
RGB Variations
Color information
#67C645 (or 0x67C645) is known color: Apple. HEX triplet: 67, C6 and 45. RGB value is (103,198,69). Sum of RGB (Red+Green+Blue) = 103+198+69=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #67C645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67C645 is #9839BA. Grayscale: #9B9B9B. Windows color (decimal): -9976251 or 4572775. OLE color: 4572775.
HSL color Cylindrical-coordinate representation of color #67C645: hue angle of 104.19º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #67C645 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 198 | 69 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.22 |
| HSL | 104.19º | 0.53% | 0.52% | - |
| HSV(B) | 104.19º | 0.65% | 0.78% | - |
| XYZ | 26.86 | 43.7 | 12.65 | - |
| YUV | 154.89 | 79.53 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 198 | 69 | 0.48 | 0 | 0.65 | 0.22 | 104.19 | 0.53 | 0.52 |
| Hex | 67 | C6 | 45 | 30 | 0 | 41 | 16 | 68 | 35 | 34 |
| Octal | 147 | 306 | 105 | 60 | 0 | 101 | 26 | 150 | 65 | 64 |
| Binary | 1100111 | 11000110 | 1000101 | 110000 | 0 | 1000001 | 10110 | 1101000 | 110101 | 110100 |
Color Harmonies of #67C645
Complementary color
Monochromatic Colors of #67C645
Black with #67C645
Text Example
Text Example
White with #67C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C645; }
p { color: rgb(103,198,69); }
H1.HeaderClassName
{
color: #67C645;
}
.AnyTagClassName
{
color: #67C645;
}
</style>
background-color css
<style>
a { background-color: #67C645; }
a { background-color: rgb(103,198,69); }
div.DivClassName
{
background-color: #67C645;
}
.BgClassName
{
background-color: #67C645;
}
</style>
border-color css
<style>
span { border-color: #67C645; }
span { border-color: rgb(103,198,69); }
td.TdClassName
{
border-color: #67C645;
}
.TagClassName
{
border-color: #67C645;
}
</style>