Shades of Apple #67A741
Tints of Apple #67A741
RGB
CMYK
RGB Variations
Color information
#67A741 (or 0x67A741) is known color: Apple. HEX triplet: 67, A7 and 41. RGB value is (103,167,65). Sum of RGB (Red+Green+Blue) = 103+167+65=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 167 - color contains mainly: green. Hex color #67A741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A741 is #9858BE. Grayscale: #888888. Windows color (decimal): -9984191 or 4302695. OLE color: 4302695.
HSL color Cylindrical-coordinate representation of color #67A741: hue angle of 97.65º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #67A741 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 167 | 65 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.35 |
| HSL | 97.65º | 0.44% | 0.45% | - |
| HSV(B) | 97.65º | 0.61% | 0.65% | - |
| XYZ | 20.37 | 30.9 | 9.89 | - |
| YUV | 136.24 | 87.8 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 167 | 65 | 0.38 | 0 | 0.61 | 0.35 | 97.65 | 0.44 | 0.45 |
| Hex | 67 | A7 | 41 | 26 | 0 | 3D | 23 | 62 | 2C | 2D |
| Octal | 147 | 247 | 101 | 46 | 0 | 75 | 43 | 142 | 54 | 55 |
| Binary | 1100111 | 10100111 | 1000001 | 100110 | 0 | 111101 | 100011 | 1100010 | 101100 | 101101 |
Color Harmonies of #67A741
Complementary color
Monochromatic Colors of #67A741
Black with #67A741
Text Example
Text Example
White with #67A741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A741; }
p { color: rgb(103,167,65); }
H1.HeaderClassName
{
color: #67A741;
}
.AnyTagClassName
{
color: #67A741;
}
</style>
background-color css
<style>
a { background-color: #67A741; }
a { background-color: rgb(103,167,65); }
div.DivClassName
{
background-color: #67A741;
}
.BgClassName
{
background-color: #67A741;
}
</style>
border-color css
<style>
span { border-color: #67A741; }
span { border-color: rgb(103,167,65); }
td.TdClassName
{
border-color: #67A741;
}
.TagClassName
{
border-color: #67A741;
}
</style>