Shades of Citrus #87B106
Tints of Citrus #87B106
RGB
CMYK
RGB Variations
Color information
#87B106 (or 0x87B106) is known color: Citrus. HEX triplet: 87, B1 and 06. RGB value is (135,177,6). Sum of RGB (Red+Green+Blue) = 135+177+6=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #87B106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87B106 is #784EF9. Grayscale: #919191. Windows color (decimal): -7884538 or 438663. OLE color: 438663.
HSL color Cylindrical-coordinate representation of color #87B106: hue angle of 74.74º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #87B106 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 177 | 6 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.31 |
| HSL | 74.74º | 0.93% | 0.36% | - |
| HSV(B) | 74.74º | 0.97% | 0.69% | - |
| XYZ | 25.75 | 36.61 | 5.88 | - |
| YUV | 144.95 | 49.59 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 177 | 6 | 0.24 | 0 | 0.97 | 0.31 | 74.74 | 0.93 | 0.36 |
| Hex | 87 | B1 | 6 | 18 | 0 | 61 | 1F | 4B | 5D | 24 |
| Octal | 207 | 261 | 6 | 30 | 0 | 141 | 37 | 113 | 135 | 44 |
| Binary | 10000111 | 10110001 | 110 | 11000 | 0 | 1100001 | 11111 | 1001011 | 1011101 | 100100 |
Color Harmonies of #87B106
Complementary color
Monochromatic Colors of #87B106
Black with #87B106
Text Example
Text Example
White with #87B106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B106; }
p { color: rgb(135,177,6); }
H1.HeaderClassName
{
color: #87B106;
}
.AnyTagClassName
{
color: #87B106;
}
</style>
background-color css
<style>
a { background-color: #87B106; }
a { background-color: rgb(135,177,6); }
div.DivClassName
{
background-color: #87B106;
}
.BgClassName
{
background-color: #87B106;
}
</style>
border-color css
<style>
span { border-color: #87B106; }
span { border-color: rgb(135,177,6); }
td.TdClassName
{
border-color: #87B106;
}
.TagClassName
{
border-color: #87B106;
}
</style>