Shades of Apple #6BA83D
Tints of Apple #6BA83D
RGB
CMYK
RGB Variations
Color information
#6BA83D (or 0x6BA83D) is known color: Apple. HEX triplet: 6B, A8 and 3D. RGB value is (107,168,61). Sum of RGB (Red+Green+Blue) = 107+168+61=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 168 (66.02% from 255 or 50% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA83D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA83D is #9457C2. Grayscale: #898989. Windows color (decimal): -9721795 or 4040811. OLE color: 4040811.
HSL color Cylindrical-coordinate representation of color #6BA83D: hue angle of 94.21º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6BA83D is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 168 | 61 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.34 |
| HSL | 94.21º | 0.47% | 0.45% | - |
| HSV(B) | 94.21º | 0.64% | 0.66% | - |
| XYZ | 20.91 | 31.47 | 9.39 | - |
| YUV | 137.56 | 84.79 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 61 | 0.36 | 0 | 0.64 | 0.34 | 94.21 | 0.47 | 0.45 |
| Hex | 6B | A8 | 3D | 24 | 0 | 40 | 22 | 5E | 2F | 2D |
| Octal | 153 | 250 | 75 | 44 | 0 | 100 | 42 | 136 | 57 | 55 |
| Binary | 1101011 | 10101000 | 111101 | 100100 | 0 | 1000000 | 100010 | 1011110 | 101111 | 101101 |
Color Harmonies of #6BA83D
Complementary color
Monochromatic Colors of #6BA83D
Black with #6BA83D
Text Example
Text Example
White with #6BA83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA83D; }
p { color: rgb(107,168,61); }
H1.HeaderClassName
{
color: #6BA83D;
}
.AnyTagClassName
{
color: #6BA83D;
}
</style>
background-color css
<style>
a { background-color: #6BA83D; }
a { background-color: rgb(107,168,61); }
div.DivClassName
{
background-color: #6BA83D;
}
.BgClassName
{
background-color: #6BA83D;
}
</style>
border-color css
<style>
span { border-color: #6BA83D; }
span { border-color: rgb(107,168,61); }
td.TdClassName
{
border-color: #6BA83D;
}
.TagClassName
{
border-color: #6BA83D;
}
</style>