Shades of Apple #67C145
Tints of Apple #67C145
RGB
CMYK
RGB Variations
Color information
#67C145 (or 0x67C145) is known color: Apple. HEX triplet: 67, C1 and 45. RGB value is (103,193,69). Sum of RGB (Red+Green+Blue) = 103+193+69=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #67C145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67C145 is #983EBA. Grayscale: #989898. Windows color (decimal): -9977531 or 4571495. OLE color: 4571495.
HSL color Cylindrical-coordinate representation of color #67C145: hue angle of 103.55º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67C145 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 193 | 69 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.24 |
| HSL | 103.55º | 0.5% | 0.51% | - |
| HSV(B) | 103.55º | 0.64% | 0.76% | - |
| XYZ | 25.74 | 41.45 | 12.27 | - |
| YUV | 151.95 | 81.18 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 193 | 69 | 0.47 | 0 | 0.64 | 0.24 | 103.55 | 0.5 | 0.51 |
| Hex | 67 | C1 | 45 | 2F | 0 | 40 | 18 | 68 | 32 | 33 |
| Octal | 147 | 301 | 105 | 57 | 0 | 100 | 30 | 150 | 62 | 63 |
| Binary | 1100111 | 11000001 | 1000101 | 101111 | 0 | 1000000 | 11000 | 1101000 | 110010 | 110011 |
Color Harmonies of #67C145
Complementary color
Monochromatic Colors of #67C145
Black with #67C145
Text Example
Text Example
White with #67C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C145; }
p { color: rgb(103,193,69); }
H1.HeaderClassName
{
color: #67C145;
}
.AnyTagClassName
{
color: #67C145;
}
</style>
background-color css
<style>
a { background-color: #67C145; }
a { background-color: rgb(103,193,69); }
div.DivClassName
{
background-color: #67C145;
}
.BgClassName
{
background-color: #67C145;
}
</style>
border-color css
<style>
span { border-color: #67C145; }
span { border-color: rgb(103,193,69); }
td.TdClassName
{
border-color: #67C145;
}
.TagClassName
{
border-color: #67C145;
}
</style>