Shades of Apple #6BB850
Tints of Apple #6BB850
RGB
CMYK
RGB Variations
Color information
#6BB850 (or 0x6BB850) is known color: Apple. HEX triplet: 6B, B8 and 50. RGB value is (107,184,80). Sum of RGB (Red+Green+Blue) = 107+184+80=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #6BB850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB850 is #9447AF. Grayscale: #959595. Windows color (decimal): -9717680 or 5290091. OLE color: 5290091.
HSL color Cylindrical-coordinate representation of color #6BB850: hue angle of 104.42º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BB850 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 107 | 184 | 80 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.28 |
| HSL | 104.42º | 0.42% | 0.52% | - |
| HSV(B) | 104.42º | 0.57% | 0.72% | - |
| XYZ | 24.65 | 37.99 | 13.62 | - |
| YUV | 149.12 | 88.99 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 184 | 80 | 0.42 | 0 | 0.57 | 0.28 | 104.42 | 0.42 | 0.52 |
| Hex | 6B | B8 | 50 | 2A | 0 | 39 | 1C | 68 | 2A | 34 |
| Octal | 153 | 270 | 120 | 52 | 0 | 71 | 34 | 150 | 52 | 64 |
| Binary | 1101011 | 10111000 | 1010000 | 101010 | 0 | 111001 | 11100 | 1101000 | 101010 | 110100 |
Color Harmonies of #6BB850
Complementary color
Monochromatic Colors of #6BB850
Black with #6BB850
Text Example
Text Example
White with #6BB850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB850; }
p { color: rgb(107,184,80); }
H1.HeaderClassName
{
color: #6BB850;
}
.AnyTagClassName
{
color: #6BB850;
}
</style>
background-color css
<style>
a { background-color: #6BB850; }
a { background-color: rgb(107,184,80); }
div.DivClassName
{
background-color: #6BB850;
}
.BgClassName
{
background-color: #6BB850;
}
</style>
border-color css
<style>
span { border-color: #6BB850; }
span { border-color: rgb(107,184,80); }
td.TdClassName
{
border-color: #6BB850;
}
.TagClassName
{
border-color: #6BB850;
}
</style>