Shades of Apple #67B346
Tints of Apple #67B346
RGB
CMYK
RGB Variations
Color information
#67B346 (or 0x67B346) is known color: Apple. HEX triplet: 67, B3 and 46. RGB value is (103,179,70). Sum of RGB (Red+Green+Blue) = 103+179+70=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #67B346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67B346 is #984CB9. Grayscale: #909090. Windows color (decimal): -9981114 or 4633447. OLE color: 4633447.
HSL color Cylindrical-coordinate representation of color #67B346: hue angle of 101.83º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #67B346 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 179 | 70 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.30 |
| HSL | 101.83º | 0.44% | 0.49% | - |
| HSV(B) | 101.83º | 0.61% | 0.7% | - |
| XYZ | 22.82 | 35.57 | 11.46 | - |
| YUV | 143.85 | 86.32 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 179 | 70 | 0.42 | 0 | 0.61 | 0.30 | 101.83 | 0.44 | 0.49 |
| Hex | 67 | B3 | 46 | 2A | 0 | 3D | 1E | 66 | 2C | 31 |
| Octal | 147 | 263 | 106 | 52 | 0 | 75 | 36 | 146 | 54 | 61 |
| Binary | 1100111 | 10110011 | 1000110 | 101010 | 0 | 111101 | 11110 | 1100110 | 101100 | 110001 |
Color Harmonies of #67B346
Complementary color
Monochromatic Colors of #67B346
Black with #67B346
Text Example
Text Example
White with #67B346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B346; }
p { color: rgb(103,179,70); }
H1.HeaderClassName
{
color: #67B346;
}
.AnyTagClassName
{
color: #67B346;
}
</style>
background-color css
<style>
a { background-color: #67B346; }
a { background-color: rgb(103,179,70); }
div.DivClassName
{
background-color: #67B346;
}
.BgClassName
{
background-color: #67B346;
}
</style>
border-color css
<style>
span { border-color: #67B346; }
span { border-color: rgb(103,179,70); }
td.TdClassName
{
border-color: #67B346;
}
.TagClassName
{
border-color: #67B346;
}
</style>