Shades of Apple #67C741
Tints of Apple #67C741
RGB
CMYK
RGB Variations
Color information
#67C741 (or 0x67C741) is known color: Apple. HEX triplet: 67, C7 and 41. RGB value is (103,199,65). Sum of RGB (Red+Green+Blue) = 103+199+65=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 199 (78.12% from 255 or 54.22% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 199 - color contains mainly: green. Hex color #67C741 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67C741 is #9838BE. Grayscale: #9B9B9B. Windows color (decimal): -9975999 or 4310887. OLE color: 4310887.
HSL color Cylindrical-coordinate representation of color #67C741: hue angle of 102.99º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #67C741 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 199 | 65 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.22 |
| HSL | 102.99º | 0.54% | 0.52% | - |
| HSV(B) | 102.99º | 0.67% | 0.78% | - |
| XYZ | 26.97 | 44.11 | 12.09 | - |
| YUV | 155.02 | 77.2 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 199 | 65 | 0.48 | 0 | 0.67 | 0.22 | 102.99 | 0.54 | 0.52 |
| Hex | 67 | C7 | 41 | 30 | 0 | 43 | 16 | 67 | 36 | 34 |
| Octal | 147 | 307 | 101 | 60 | 0 | 103 | 26 | 147 | 66 | 64 |
| Binary | 1100111 | 11000111 | 1000001 | 110000 | 0 | 1000011 | 10110 | 1100111 | 110110 | 110100 |
Color Harmonies of #67C741
Complementary color
Monochromatic Colors of #67C741
Black with #67C741
Text Example
Text Example
White with #67C741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C741; }
p { color: rgb(103,199,65); }
H1.HeaderClassName
{
color: #67C741;
}
.AnyTagClassName
{
color: #67C741;
}
</style>
background-color css
<style>
a { background-color: #67C741; }
a { background-color: rgb(103,199,65); }
div.DivClassName
{
background-color: #67C741;
}
.BgClassName
{
background-color: #67C741;
}
</style>
border-color css
<style>
span { border-color: #67C741; }
span { border-color: rgb(103,199,65); }
td.TdClassName
{
border-color: #67C741;
}
.TagClassName
{
border-color: #67C741;
}
</style>