Shades of Apple #67B449
Tints of Apple #67B449
RGB
CMYK
RGB Variations
Color information
#67B449 (or 0x67B449) is known color: Apple. HEX triplet: 67, B4 and 49. RGB value is (103,180,73). Sum of RGB (Red+Green+Blue) = 103+180+73=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #67B449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67B449 is #984BB6. Grayscale: #919191. Windows color (decimal): -9980855 or 4830311. OLE color: 4830311.
HSL color Cylindrical-coordinate representation of color #67B449: hue angle of 103.18º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67B449 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 180 | 73 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.29 |
| HSL | 103.18º | 0.42% | 0.5% | - |
| HSV(B) | 103.18º | 0.59% | 0.71% | - |
| XYZ | 23.12 | 36.01 | 12.03 | - |
| YUV | 144.78 | 87.49 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 180 | 73 | 0.43 | 0 | 0.59 | 0.29 | 103.18 | 0.42 | 0.5 |
| Hex | 67 | B4 | 49 | 2B | 0 | 3B | 1D | 67 | 2A | 32 |
| Octal | 147 | 264 | 111 | 53 | 0 | 73 | 35 | 147 | 52 | 62 |
| Binary | 1100111 | 10110100 | 1001001 | 101011 | 0 | 111011 | 11101 | 1100111 | 101010 | 110010 |
Color Harmonies of #67B449
Complementary color
Monochromatic Colors of #67B449
Black with #67B449
Text Example
Text Example
White with #67B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B449; }
p { color: rgb(103,180,73); }
H1.HeaderClassName
{
color: #67B449;
}
.AnyTagClassName
{
color: #67B449;
}
</style>
background-color css
<style>
a { background-color: #67B449; }
a { background-color: rgb(103,180,73); }
div.DivClassName
{
background-color: #67B449;
}
.BgClassName
{
background-color: #67B449;
}
</style>
border-color css
<style>
span { border-color: #67B449; }
span { border-color: rgb(103,180,73); }
td.TdClassName
{
border-color: #67B449;
}
.TagClassName
{
border-color: #67B449;
}
</style>