Shades of Apple #68B449
Tints of Apple #68B449
RGB
CMYK
RGB Variations
Color information
#68B449 (or 0x68B449) is known color: Apple. HEX triplet: 68, B4 and 49. RGB value is (104,180,73). Sum of RGB (Red+Green+Blue) = 104+180+73=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #68B449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B449 is #974BB6. Grayscale: #919191. Windows color (decimal): -9915319 or 4830312. OLE color: 4830312.
HSL color Cylindrical-coordinate representation of color #68B449: hue angle of 102.62º 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 #68B449 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 73 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.29 |
| HSL | 102.62º | 0.42% | 0.5% | - |
| HSV(B) | 102.62º | 0.59% | 0.71% | - |
| XYZ | 23.23 | 36.07 | 12.04 | - |
| YUV | 145.08 | 87.32 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 73 | 0.42 | 0 | 0.59 | 0.29 | 102.62 | 0.42 | 0.5 |
| Hex | 68 | B4 | 49 | 2A | 0 | 3B | 1D | 67 | 2A | 32 |
| Octal | 150 | 264 | 111 | 52 | 0 | 73 | 35 | 147 | 52 | 62 |
| Binary | 1101000 | 10110100 | 1001001 | 101010 | 0 | 111011 | 11101 | 1100111 | 101010 | 110010 |
Color Harmonies of #68B449
Complementary color
Monochromatic Colors of #68B449
Black with #68B449
Text Example
Text Example
White with #68B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B449; }
p { color: rgb(104,180,73); }
H1.HeaderClassName
{
color: #68B449;
}
.AnyTagClassName
{
color: #68B449;
}
</style>
background-color css
<style>
a { background-color: #68B449; }
a { background-color: rgb(104,180,73); }
div.DivClassName
{
background-color: #68B449;
}
.BgClassName
{
background-color: #68B449;
}
</style>
border-color css
<style>
span { border-color: #68B449; }
span { border-color: rgb(104,180,73); }
td.TdClassName
{
border-color: #68B449;
}
.TagClassName
{
border-color: #68B449;
}
</style>