Shades of Apple #67B146
Tints of Apple #67B146
RGB
CMYK
RGB Variations
Color information
#67B146 (or 0x67B146) is known color: Apple. HEX triplet: 67, B1 and 46. RGB value is (103,177,70). Sum of RGB (Red+Green+Blue) = 103+177+70=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #67B146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67B146 is #984EB9. Grayscale: #8F8F8F. Windows color (decimal): -9981626 or 4632935. OLE color: 4632935.
HSL color Cylindrical-coordinate representation of color #67B146: hue angle of 101.5º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67B146 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 177 | 70 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.31 |
| HSL | 101.5º | 0.43% | 0.48% | - |
| HSV(B) | 101.5º | 0.6% | 0.69% | - |
| XYZ | 22.42 | 34.77 | 11.32 | - |
| YUV | 142.68 | 86.98 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 177 | 70 | 0.42 | 0 | 0.60 | 0.31 | 101.5 | 0.43 | 0.48 |
| Hex | 67 | B1 | 46 | 2A | 0 | 3C | 1F | 65 | 2B | 30 |
| Octal | 147 | 261 | 106 | 52 | 0 | 74 | 37 | 145 | 53 | 60 |
| Binary | 1100111 | 10110001 | 1000110 | 101010 | 0 | 111100 | 11111 | 1100101 | 101011 | 110000 |
Color Harmonies of #67B146
Complementary color
Monochromatic Colors of #67B146
Black with #67B146
Text Example
Text Example
White with #67B146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B146; }
p { color: rgb(103,177,70); }
H1.HeaderClassName
{
color: #67B146;
}
.AnyTagClassName
{
color: #67B146;
}
</style>
background-color css
<style>
a { background-color: #67B146; }
a { background-color: rgb(103,177,70); }
div.DivClassName
{
background-color: #67B146;
}
.BgClassName
{
background-color: #67B146;
}
</style>
border-color css
<style>
span { border-color: #67B146; }
span { border-color: rgb(103,177,70); }
td.TdClassName
{
border-color: #67B146;
}
.TagClassName
{
border-color: #67B146;
}
</style>