Shades of Apple #68B031
Tints of Apple #68B031
RGB
CMYK
RGB Variations
Color information
#68B031 (or 0x68B031) is known color: Apple. HEX triplet: 68, B0 and 31. RGB value is (104,176,49). Sum of RGB (Red+Green+Blue) = 104+176+49=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #68B031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B031 is #974FCE. Grayscale: #8C8C8C. Windows color (decimal): -9916367 or 3256424. OLE color: 3256424.
HSL color Cylindrical-coordinate representation of color #68B031: hue angle of 94.02º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68B031 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 176 | 49 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.31 |
| HSL | 94.02º | 0.56% | 0.44% | - |
| HSV(B) | 94.02º | 0.72% | 0.69% | - |
| XYZ | 21.79 | 34.22 | 8.36 | - |
| YUV | 139.99 | 76.65 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 49 | 0.41 | 0 | 0.72 | 0.31 | 94.02 | 0.56 | 0.44 |
| Hex | 68 | B0 | 31 | 29 | 0 | 48 | 1F | 5E | 38 | 2C |
| Octal | 150 | 260 | 61 | 51 | 0 | 110 | 37 | 136 | 70 | 54 |
| Binary | 1101000 | 10110000 | 110001 | 101001 | 0 | 1001000 | 11111 | 1011110 | 111000 | 101100 |
Color Harmonies of #68B031
Complementary color
Monochromatic Colors of #68B031
Black with #68B031
Text Example
Text Example
White with #68B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B031; }
p { color: rgb(104,176,49); }
H1.HeaderClassName
{
color: #68B031;
}
.AnyTagClassName
{
color: #68B031;
}
</style>
background-color css
<style>
a { background-color: #68B031; }
a { background-color: rgb(104,176,49); }
div.DivClassName
{
background-color: #68B031;
}
.BgClassName
{
background-color: #68B031;
}
</style>
border-color css
<style>
span { border-color: #68B031; }
span { border-color: rgb(104,176,49); }
td.TdClassName
{
border-color: #68B031;
}
.TagClassName
{
border-color: #68B031;
}
</style>