Shades of Apple #67A03F
Tints of Apple #67A03F
RGB
CMYK
RGB Variations
Color information
#67A03F (or 0x67A03F) is known color: Apple. HEX triplet: 67, A0 and 3F. RGB value is (103,160,63). Sum of RGB (Red+Green+Blue) = 103+160+63=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #67A03F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A03F is #985FC0. Grayscale: #848484. Windows color (decimal): -9985985 or 4169831. OLE color: 4169831.
HSL color Cylindrical-coordinate representation of color #67A03F: hue angle of 95.26º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #67A03F is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 160 | 63 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.37 |
| HSL | 95.26º | 0.43% | 0.44% | - |
| HSV(B) | 95.26º | 0.61% | 0.63% | - |
| XYZ | 19.06 | 28.38 | 9.18 | - |
| YUV | 131.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 160 | 63 | 0.36 | 0 | 0.61 | 0.37 | 95.26 | 0.43 | 0.44 |
| Hex | 67 | A0 | 3F | 24 | 0 | 3D | 25 | 5F | 2B | 2C |
| Octal | 147 | 240 | 77 | 44 | 0 | 75 | 45 | 137 | 53 | 54 |
| Binary | 1100111 | 10100000 | 111111 | 100100 | 0 | 111101 | 100101 | 1011111 | 101011 | 101100 |
Color Harmonies of #67A03F
Complementary color
Monochromatic Colors of #67A03F
Black with #67A03F
Text Example
Text Example
White with #67A03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A03F; }
p { color: rgb(103,160,63); }
H1.HeaderClassName
{
color: #67A03F;
}
.AnyTagClassName
{
color: #67A03F;
}
</style>
background-color css
<style>
a { background-color: #67A03F; }
a { background-color: rgb(103,160,63); }
div.DivClassName
{
background-color: #67A03F;
}
.BgClassName
{
background-color: #67A03F;
}
</style>
border-color css
<style>
span { border-color: #67A03F; }
span { border-color: rgb(103,160,63); }
td.TdClassName
{
border-color: #67A03F;
}
.TagClassName
{
border-color: #67A03F;
}
</style>