Shades of Citron #869F0F
Tints of Citron #869F0F
RGB
CMYK
RGB Variations
Color information
#869F0F (or 0x869F0F) is known color: Citron. HEX triplet: 86, 9F and 0F. RGB value is (134,159,15). Sum of RGB (Red+Green+Blue) = 134+159+15=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #869F0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869F0F is #7960F0. Grayscale: #878787. Windows color (decimal): -7954673 or 1023878. OLE color: 1023878.
HSL color Cylindrical-coordinate representation of color #869F0F: hue angle of 70.42º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #869F0F is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 159 | 15 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.38 |
| HSL | 70.42º | 0.83% | 0.34% | - |
| HSV(B) | 70.42º | 0.91% | 0.62% | - |
| XYZ | 22.32 | 29.9 | 5.05 | - |
| YUV | 135.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 15 | 0.16 | 0 | 0.91 | 0.38 | 70.42 | 0.83 | 0.34 |
| Hex | 86 | 9F | F | 10 | 0 | 5B | 26 | 46 | 53 | 22 |
| Octal | 206 | 237 | 17 | 20 | 0 | 133 | 46 | 106 | 123 | 42 |
| Binary | 10000110 | 10011111 | 1111 | 10000 | 0 | 1011011 | 100110 | 1000110 | 1010011 | 100010 |
Color Harmonies of #869F0F
Complementary color
Monochromatic Colors of #869F0F
Black with #869F0F
Text Example
Text Example
White with #869F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869F0F; }
p { color: rgb(134,159,15); }
H1.HeaderClassName
{
color: #869F0F;
}
.AnyTagClassName
{
color: #869F0F;
}
</style>
background-color css
<style>
a { background-color: #869F0F; }
a { background-color: rgb(134,159,15); }
div.DivClassName
{
background-color: #869F0F;
}
.BgClassName
{
background-color: #869F0F;
}
</style>
border-color css
<style>
span { border-color: #869F0F; }
span { border-color: rgb(134,159,15); }
td.TdClassName
{
border-color: #869F0F;
}
.TagClassName
{
border-color: #869F0F;
}
</style>