Shades of Apple #6BBB32
Tints of Apple #6BBB32
RGB
CMYK
RGB Variations
Color information
#6BBB32 (or 0x6BBB32) is known color: Apple. HEX triplet: 6B, BB and 32. RGB value is (107,187,50). Sum of RGB (Red+Green+Blue) = 107+187+50=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #6BBB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBB32 is #9444CD. Grayscale: #939393. Windows color (decimal): -9716942 or 3324779. OLE color: 3324779.
HSL color Cylindrical-coordinate representation of color #6BBB32: hue angle of 95.04º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6BBB32 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 187 | 50 | - |
| CMYK | 0.43 | 0 | 0.73 | 0.27 |
| HSL | 95.04º | 0.58% | 0.46% | - |
| HSV(B) | 95.04º | 0.73% | 0.73% | - |
| XYZ | 24.41 | 38.9 | 9.24 | - |
| YUV | 147.46 | 73 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 187 | 50 | 0.43 | 0 | 0.73 | 0.27 | 95.04 | 0.58 | 0.46 |
| Hex | 6B | BB | 32 | 2B | 0 | 49 | 1B | 5F | 3A | 2E |
| Octal | 153 | 273 | 62 | 53 | 0 | 111 | 33 | 137 | 72 | 56 |
| Binary | 1101011 | 10111011 | 110010 | 101011 | 0 | 1001001 | 11011 | 1011111 | 111010 | 101110 |
Color Harmonies of #6BBB32
Complementary color
Monochromatic Colors of #6BBB32
Black with #6BBB32
Text Example
Text Example
White with #6BBB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBB32; }
p { color: rgb(107,187,50); }
H1.HeaderClassName
{
color: #6BBB32;
}
.AnyTagClassName
{
color: #6BBB32;
}
</style>
background-color css
<style>
a { background-color: #6BBB32; }
a { background-color: rgb(107,187,50); }
div.DivClassName
{
background-color: #6BBB32;
}
.BgClassName
{
background-color: #6BBB32;
}
</style>
border-color css
<style>
span { border-color: #6BBB32; }
span { border-color: rgb(107,187,50); }
td.TdClassName
{
border-color: #6BBB32;
}
.TagClassName
{
border-color: #6BBB32;
}
</style>