Shades of Apple #68B339
Tints of Apple #68B339
RGB
CMYK
RGB Variations
Color information
#68B339 (or 0x68B339) is known color: Apple. HEX triplet: 68, B3 and 39. RGB value is (104,179,57). Sum of RGB (Red+Green+Blue) = 104+179+57=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #68B339 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B339 is #974CC6. Grayscale: #8F8F8F. Windows color (decimal): -9915591 or 3781480. OLE color: 3781480.
HSL color Cylindrical-coordinate representation of color #68B339: hue angle of 96.89º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68B339 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 179 | 57 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.30 |
| HSL | 96.89º | 0.52% | 0.46% | - |
| HSV(B) | 96.89º | 0.68% | 0.7% | - |
| XYZ | 22.57 | 35.48 | 9.53 | - |
| YUV | 142.67 | 79.65 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 57 | 0.42 | 0 | 0.68 | 0.30 | 96.89 | 0.52 | 0.46 |
| Hex | 68 | B3 | 39 | 2A | 0 | 44 | 1E | 61 | 34 | 2E |
| Octal | 150 | 263 | 71 | 52 | 0 | 104 | 36 | 141 | 64 | 56 |
| Binary | 1101000 | 10110011 | 111001 | 101010 | 0 | 1000100 | 11110 | 1100001 | 110100 | 101110 |
Color Harmonies of #68B339
Complementary color
Monochromatic Colors of #68B339
Black with #68B339
Text Example
Text Example
White with #68B339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B339; }
p { color: rgb(104,179,57); }
H1.HeaderClassName
{
color: #68B339;
}
.AnyTagClassName
{
color: #68B339;
}
</style>
background-color css
<style>
a { background-color: #68B339; }
a { background-color: rgb(104,179,57); }
div.DivClassName
{
background-color: #68B339;
}
.BgClassName
{
background-color: #68B339;
}
</style>
border-color css
<style>
span { border-color: #68B339; }
span { border-color: rgb(104,179,57); }
td.TdClassName
{
border-color: #68B339;
}
.TagClassName
{
border-color: #68B339;
}
</style>