Shades of Apple #68B335
Tints of Apple #68B335
RGB
CMYK
RGB Variations
Color information
#68B335 (or 0x68B335) is known color: Apple. HEX triplet: 68, B3 and 35. RGB value is (104,179,53). Sum of RGB (Red+Green+Blue) = 104+179+53=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 179 (70.31% from 255 or 53.27% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 179 - color contains mainly: green. Hex color #68B335 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B335 is #974CCA. Grayscale: #8E8E8E. Windows color (decimal): -9915595 or 3519336. OLE color: 3519336.
HSL color Cylindrical-coordinate representation of color #68B335: hue angle of 95.71º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68B335 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 179 | 53 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.30 |
| HSL | 95.71º | 0.54% | 0.45% | - |
| HSV(B) | 95.71º | 0.7% | 0.7% | - |
| XYZ | 22.47 | 35.44 | 9.02 | - |
| YUV | 142.21 | 77.65 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 53 | 0.42 | 0 | 0.70 | 0.30 | 95.71 | 0.54 | 0.45 |
| Hex | 68 | B3 | 35 | 2A | 0 | 46 | 1E | 60 | 36 | 2D |
| Octal | 150 | 263 | 65 | 52 | 0 | 106 | 36 | 140 | 66 | 55 |
| Binary | 1101000 | 10110011 | 110101 | 101010 | 0 | 1000110 | 11110 | 1100000 | 110110 | 101101 |
Color Harmonies of #68B335
Complementary color
Monochromatic Colors of #68B335
Black with #68B335
Text Example
Text Example
White with #68B335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B335; }
p { color: rgb(104,179,53); }
H1.HeaderClassName
{
color: #68B335;
}
.AnyTagClassName
{
color: #68B335;
}
</style>
background-color css
<style>
a { background-color: #68B335; }
a { background-color: rgb(104,179,53); }
div.DivClassName
{
background-color: #68B335;
}
.BgClassName
{
background-color: #68B335;
}
</style>
border-color css
<style>
span { border-color: #68B335; }
span { border-color: rgb(104,179,53); }
td.TdClassName
{
border-color: #68B335;
}
.TagClassName
{
border-color: #68B335;
}
</style>