Shades of Apple #6BAC3D
Tints of Apple #6BAC3D
RGB
CMYK
RGB Variations
Color information
#6BAC3D (or 0x6BAC3D) is known color: Apple. HEX triplet: 6B, AC and 3D. RGB value is (107,172,61). Sum of RGB (Red+Green+Blue) = 107+172+61=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAC3D is #9453C2. Grayscale: #8C8C8C. Windows color (decimal): -9720771 or 4041835. OLE color: 4041835.
HSL color Cylindrical-coordinate representation of color #6BAC3D: hue angle of 95.14º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6BAC3D is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 61 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.33 |
| HSL | 95.14º | 0.48% | 0.46% | - |
| HSV(B) | 95.14º | 0.65% | 0.67% | - |
| XYZ | 21.66 | 32.97 | 9.64 | - |
| YUV | 139.91 | 83.47 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 61 | 0.38 | 0 | 0.65 | 0.33 | 95.14 | 0.48 | 0.46 |
| Hex | 6B | AC | 3D | 26 | 0 | 41 | 21 | 5F | 30 | 2E |
| Octal | 153 | 254 | 75 | 46 | 0 | 101 | 41 | 137 | 60 | 56 |
| Binary | 1101011 | 10101100 | 111101 | 100110 | 0 | 1000001 | 100001 | 1011111 | 110000 | 101110 |
Color Harmonies of #6BAC3D
Complementary color
Monochromatic Colors of #6BAC3D
Black with #6BAC3D
Text Example
Text Example
White with #6BAC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC3D; }
p { color: rgb(107,172,61); }
H1.HeaderClassName
{
color: #6BAC3D;
}
.AnyTagClassName
{
color: #6BAC3D;
}
</style>
background-color css
<style>
a { background-color: #6BAC3D; }
a { background-color: rgb(107,172,61); }
div.DivClassName
{
background-color: #6BAC3D;
}
.BgClassName
{
background-color: #6BAC3D;
}
</style>
border-color css
<style>
span { border-color: #6BAC3D; }
span { border-color: rgb(107,172,61); }
td.TdClassName
{
border-color: #6BAC3D;
}
.TagClassName
{
border-color: #6BAC3D;
}
</style>