Shades of Citrus #85AB07
Tints of Citrus #85AB07
RGB
CMYK
RGB Variations
Color information
#85AB07 (or 0x85AB07) is known color: Citrus. HEX triplet: 85, AB and 07. RGB value is (133,171,7). Sum of RGB (Red+Green+Blue) = 133+171+7=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AB07 is #7A54F8. Grayscale: #8D8D8D. Windows color (decimal): -8017145 or 502661. OLE color: 502661.
HSL color Cylindrical-coordinate representation of color #85AB07: hue angle of 73.9º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85AB07 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 7 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.33 |
| HSL | 73.9º | 0.92% | 0.35% | - |
| HSV(B) | 73.9º | 0.96% | 0.67% | - |
| XYZ | 24.27 | 34.13 | 5.51 | - |
| YUV | 140.94 | 52.41 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 7 | 0.22 | 0 | 0.96 | 0.33 | 73.9 | 0.92 | 0.35 |
| Hex | 85 | AB | 7 | 16 | 0 | 60 | 21 | 4A | 5C | 23 |
| Octal | 205 | 253 | 7 | 26 | 0 | 140 | 41 | 112 | 134 | 43 |
| Binary | 10000101 | 10101011 | 111 | 10110 | 0 | 1100000 | 100001 | 1001010 | 1011100 | 100011 |
Color Harmonies of #85AB07
Complementary color
Monochromatic Colors of #85AB07
Black with #85AB07
Text Example
Text Example
White with #85AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB07; }
p { color: rgb(133,171,7); }
H1.HeaderClassName
{
color: #85AB07;
}
.AnyTagClassName
{
color: #85AB07;
}
</style>
background-color css
<style>
a { background-color: #85AB07; }
a { background-color: rgb(133,171,7); }
div.DivClassName
{
background-color: #85AB07;
}
.BgClassName
{
background-color: #85AB07;
}
</style>
border-color css
<style>
span { border-color: #85AB07; }
span { border-color: rgb(133,171,7); }
td.TdClassName
{
border-color: #85AB07;
}
.TagClassName
{
border-color: #85AB07;
}
</style>