Shades of Apple #67B145
Tints of Apple #67B145
RGB
CMYK
RGB Variations
Color information
#67B145 (or 0x67B145) is known color: Apple. HEX triplet: 67, B1 and 45. RGB value is (103,177,69). Sum of RGB (Red+Green+Blue) = 103+177+69=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #67B145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67B145 is #984EBA. Grayscale: #8E8E8E. Windows color (decimal): -9981627 or 4567399. OLE color: 4567399.
HSL color Cylindrical-coordinate representation of color #67B145: hue angle of 101.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #67B145 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 177 | 69 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.31 |
| HSL | 101.11º | 0.44% | 0.48% | - |
| HSV(B) | 101.11º | 0.61% | 0.69% | - |
| XYZ | 22.39 | 34.76 | 11.16 | - |
| YUV | 142.56 | 86.48 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 177 | 69 | 0.42 | 0 | 0.61 | 0.31 | 101.11 | 0.44 | 0.48 |
| Hex | 67 | B1 | 45 | 2A | 0 | 3D | 1F | 65 | 2C | 30 |
| Octal | 147 | 261 | 105 | 52 | 0 | 75 | 37 | 145 | 54 | 60 |
| Binary | 1100111 | 10110001 | 1000101 | 101010 | 0 | 111101 | 11111 | 1100101 | 101100 | 110000 |
Color Harmonies of #67B145
Complementary color
Monochromatic Colors of #67B145
Black with #67B145
Text Example
Text Example
White with #67B145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B145; }
p { color: rgb(103,177,69); }
H1.HeaderClassName
{
color: #67B145;
}
.AnyTagClassName
{
color: #67B145;
}
</style>
background-color css
<style>
a { background-color: #67B145; }
a { background-color: rgb(103,177,69); }
div.DivClassName
{
background-color: #67B145;
}
.BgClassName
{
background-color: #67B145;
}
</style>
border-color css
<style>
span { border-color: #67B145; }
span { border-color: rgb(103,177,69); }
td.TdClassName
{
border-color: #67B145;
}
.TagClassName
{
border-color: #67B145;
}
</style>