Shades of Apple #68B549
Tints of Apple #68B549
RGB
CMYK
RGB Variations
Color information
#68B549 (or 0x68B549) is known color: Apple. HEX triplet: 68, B5 and 49. RGB value is (104,181,73). Sum of RGB (Red+Green+Blue) = 104+181+73=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #68B549 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B549 is #974AB6. Grayscale: #929292. Windows color (decimal): -9915063 or 4830568. OLE color: 4830568.
HSL color Cylindrical-coordinate representation of color #68B549: hue angle of 102.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68B549 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 181 | 73 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.29 |
| HSL | 102.78º | 0.43% | 0.5% | - |
| HSV(B) | 102.78º | 0.6% | 0.71% | - |
| XYZ | 23.44 | 36.47 | 12.11 | - |
| YUV | 145.67 | 86.99 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 73 | 0.43 | 0 | 0.60 | 0.29 | 102.78 | 0.43 | 0.5 |
| Hex | 68 | B5 | 49 | 2B | 0 | 3C | 1D | 67 | 2B | 32 |
| Octal | 150 | 265 | 111 | 53 | 0 | 74 | 35 | 147 | 53 | 62 |
| Binary | 1101000 | 10110101 | 1001001 | 101011 | 0 | 111100 | 11101 | 1100111 | 101011 | 110010 |
Color Harmonies of #68B549
Complementary color
Monochromatic Colors of #68B549
Black with #68B549
Text Example
Text Example
White with #68B549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B549; }
p { color: rgb(104,181,73); }
H1.HeaderClassName
{
color: #68B549;
}
.AnyTagClassName
{
color: #68B549;
}
</style>
background-color css
<style>
a { background-color: #68B549; }
a { background-color: rgb(104,181,73); }
div.DivClassName
{
background-color: #68B549;
}
.BgClassName
{
background-color: #68B549;
}
</style>
border-color css
<style>
span { border-color: #68B549; }
span { border-color: rgb(104,181,73); }
td.TdClassName
{
border-color: #68B549;
}
.TagClassName
{
border-color: #68B549;
}
</style>