Shades of Apple #67C948
Tints of Apple #67C948
RGB
CMYK
RGB Variations
Color information
#67C948 (or 0x67C948) is known color: Apple. HEX triplet: 67, C9 and 48. RGB value is (103,201,72). Sum of RGB (Red+Green+Blue) = 103+201+72=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 201 (78.91% from 255 or 53.46% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 201 - color contains mainly: green. Hex color #67C948 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67C948 is #9836B7. Grayscale: #9D9D9D. Windows color (decimal): -9975480 or 4770151. OLE color: 4770151.
HSL color Cylindrical-coordinate representation of color #67C948: hue angle of 105.58º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67C948 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 201 | 72 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.21 |
| HSL | 105.58º | 0.54% | 0.54% | - |
| HSV(B) | 105.58º | 0.64% | 0.79% | - |
| XYZ | 27.65 | 45.12 | 13.38 | - |
| YUV | 156.99 | 80.03 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 201 | 72 | 0.49 | 0 | 0.64 | 0.21 | 105.58 | 0.54 | 0.54 |
| Hex | 67 | C9 | 48 | 31 | 0 | 40 | 15 | 6A | 36 | 36 |
| Octal | 147 | 311 | 110 | 61 | 0 | 100 | 25 | 152 | 66 | 66 |
| Binary | 1100111 | 11001001 | 1001000 | 110001 | 0 | 1000000 | 10101 | 1101010 | 110110 | 110110 |
Color Harmonies of #67C948
Complementary color
Monochromatic Colors of #67C948
Black with #67C948
Text Example
Text Example
White with #67C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C948; }
p { color: rgb(103,201,72); }
H1.HeaderClassName
{
color: #67C948;
}
.AnyTagClassName
{
color: #67C948;
}
</style>
background-color css
<style>
a { background-color: #67C948; }
a { background-color: rgb(103,201,72); }
div.DivClassName
{
background-color: #67C948;
}
.BgClassName
{
background-color: #67C948;
}
</style>
border-color css
<style>
span { border-color: #67C948; }
span { border-color: rgb(103,201,72); }
td.TdClassName
{
border-color: #67C948;
}
.TagClassName
{
border-color: #67C948;
}
</style>