Shades of Apple #68B92F
Tints of Apple #68B92F
RGB
CMYK
RGB Variations
Color information
#68B92F (or 0x68B92F) is known color: Apple. HEX triplet: 68, B9 and 2F. RGB value is (104,185,47). Sum of RGB (Red+Green+Blue) = 104+185+47=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #68B92F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B92F is #9746D0. Grayscale: #919191. Windows color (decimal): -9914065 or 3127656. OLE color: 3127656.
HSL color Cylindrical-coordinate representation of color #68B92F: hue angle of 95.22º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68B92F is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 47 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.27 |
| HSL | 95.22º | 0.59% | 0.45% | - |
| HSV(B) | 95.22º | 0.75% | 0.73% | - |
| XYZ | 23.57 | 37.85 | 8.75 | - |
| YUV | 145.05 | 72.66 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 47 | 0.44 | 0 | 0.75 | 0.27 | 95.22 | 0.59 | 0.45 |
| Hex | 68 | B9 | 2F | 2C | 0 | 4B | 1B | 5F | 3B | 2D |
| Octal | 150 | 271 | 57 | 54 | 0 | 113 | 33 | 137 | 73 | 55 |
| Binary | 1101000 | 10111001 | 101111 | 101100 | 0 | 1001011 | 11011 | 1011111 | 111011 | 101101 |
Color Harmonies of #68B92F
Complementary color
Monochromatic Colors of #68B92F
Black with #68B92F
Text Example
Text Example
White with #68B92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B92F; }
p { color: rgb(104,185,47); }
H1.HeaderClassName
{
color: #68B92F;
}
.AnyTagClassName
{
color: #68B92F;
}
</style>
background-color css
<style>
a { background-color: #68B92F; }
a { background-color: rgb(104,185,47); }
div.DivClassName
{
background-color: #68B92F;
}
.BgClassName
{
background-color: #68B92F;
}
</style>
border-color css
<style>
span { border-color: #68B92F; }
span { border-color: rgb(104,185,47); }
td.TdClassName
{
border-color: #68B92F;
}
.TagClassName
{
border-color: #68B92F;
}
</style>