Shades of Apple #67BA40
Tints of Apple #67BA40
RGB
CMYK
RGB Variations
Color information
#67BA40 (or 0x67BA40) is known color: Apple. HEX triplet: 67, BA and 40. RGB value is (103,186,64). Sum of RGB (Red+Green+Blue) = 103+186+64=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #67BA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67BA40 is #9845BF. Grayscale: #939393. Windows color (decimal): -9979328 or 4242023. OLE color: 4242023.
HSL color Cylindrical-coordinate representation of color #67BA40: hue angle of 100.82º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67BA40 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 186 | 64 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.27 |
| HSL | 100.82º | 0.49% | 0.49% | - |
| HSV(B) | 100.82º | 0.66% | 0.73% | - |
| XYZ | 24.08 | 38.37 | 10.99 | - |
| YUV | 147.28 | 81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 64 | 0.45 | 0 | 0.66 | 0.27 | 100.82 | 0.49 | 0.49 |
| Hex | 67 | BA | 40 | 2D | 0 | 42 | 1B | 65 | 31 | 31 |
| Octal | 147 | 272 | 100 | 55 | 0 | 102 | 33 | 145 | 61 | 61 |
| Binary | 1100111 | 10111010 | 1000000 | 101101 | 0 | 1000010 | 11011 | 1100101 | 110001 | 110001 |
Color Harmonies of #67BA40
Complementary color
Monochromatic Colors of #67BA40
Black with #67BA40
Text Example
Text Example
White with #67BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BA40; }
p { color: rgb(103,186,64); }
H1.HeaderClassName
{
color: #67BA40;
}
.AnyTagClassName
{
color: #67BA40;
}
</style>
background-color css
<style>
a { background-color: #67BA40; }
a { background-color: rgb(103,186,64); }
div.DivClassName
{
background-color: #67BA40;
}
.BgClassName
{
background-color: #67BA40;
}
</style>
border-color css
<style>
span { border-color: #67BA40; }
span { border-color: rgb(103,186,64); }
td.TdClassName
{
border-color: #67BA40;
}
.TagClassName
{
border-color: #67BA40;
}
</style>