Shades of Apple #68A73B
Tints of Apple #68A73B
RGB
CMYK
RGB Variations
Color information
#68A73B (or 0x68A73B) is known color: Apple. HEX triplet: 68, A7 and 3B. RGB value is (104,167,59). Sum of RGB (Red+Green+Blue) = 104+167+59=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 167 (65.62% from 255 or 50.61% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 167 - color contains mainly: green. Hex color #68A73B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A73B is #9758C4. Grayscale: #888888. Windows color (decimal): -9918661 or 3909480. OLE color: 3909480.
HSL color Cylindrical-coordinate representation of color #68A73B: hue angle of 95º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68A73B is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 167 | 59 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.35 |
| HSL | 95º | 0.48% | 0.44% | - |
| HSV(B) | 95º | 0.65% | 0.65% | - |
| XYZ | 20.32 | 30.9 | 9.03 | - |
| YUV | 135.85 | 84.63 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 167 | 59 | 0.38 | 0 | 0.65 | 0.35 | 95 | 0.48 | 0.44 |
| Hex | 68 | A7 | 3B | 26 | 0 | 41 | 23 | 5F | 30 | 2C |
| Octal | 150 | 247 | 73 | 46 | 0 | 101 | 43 | 137 | 60 | 54 |
| Binary | 1101000 | 10100111 | 111011 | 100110 | 0 | 1000001 | 100011 | 1011111 | 110000 | 101100 |
Color Harmonies of #68A73B
Complementary color
Monochromatic Colors of #68A73B
Black with #68A73B
Text Example
Text Example
White with #68A73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A73B; }
p { color: rgb(104,167,59); }
H1.HeaderClassName
{
color: #68A73B;
}
.AnyTagClassName
{
color: #68A73B;
}
</style>
background-color css
<style>
a { background-color: #68A73B; }
a { background-color: rgb(104,167,59); }
div.DivClassName
{
background-color: #68A73B;
}
.BgClassName
{
background-color: #68A73B;
}
</style>
border-color css
<style>
span { border-color: #68A73B; }
span { border-color: rgb(104,167,59); }
td.TdClassName
{
border-color: #68A73B;
}
.TagClassName
{
border-color: #68A73B;
}
</style>