Shades of Citron #8F972F
Tints of Citron #8F972F
RGB
CMYK
RGB Variations
Color information
#8F972F (or 0x8F972F) is known color: Citron. HEX triplet: 8F, 97 and 2F. RGB value is (143,151,47). Sum of RGB (Red+Green+Blue) = 143+151+47=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #8F972F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F972F is #7068D0. Grayscale: #898989. Windows color (decimal): -7366865 or 3118991. OLE color: 3118991.
HSL color Cylindrical-coordinate representation of color #8F972F: hue angle of 64.62º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F972F is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 47 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.41 |
| HSL | 64.62º | 0.53% | 0.39% | - |
| HSV(B) | 64.62º | 0.69% | 0.59% | - |
| XYZ | 22.91 | 28.18 | 6.92 | - |
| YUV | 136.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 47 | 0.05 | 0 | 0.69 | 0.41 | 64.62 | 0.53 | 0.39 |
| Hex | 8F | 97 | 2F | 5 | 0 | 45 | 29 | 41 | 35 | 27 |
| Octal | 217 | 227 | 57 | 5 | 0 | 105 | 51 | 101 | 65 | 47 |
| Binary | 10001111 | 10010111 | 101111 | 101 | 0 | 1000101 | 101001 | 1000001 | 110101 | 100111 |
Color Harmonies of #8F972F
Complementary color
Monochromatic Colors of #8F972F
Black with #8F972F
Text Example
Text Example
White with #8F972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F972F; }
p { color: rgb(143,151,47); }
H1.HeaderClassName
{
color: #8F972F;
}
.AnyTagClassName
{
color: #8F972F;
}
</style>
background-color css
<style>
a { background-color: #8F972F; }
a { background-color: rgb(143,151,47); }
div.DivClassName
{
background-color: #8F972F;
}
.BgClassName
{
background-color: #8F972F;
}
</style>
border-color css
<style>
span { border-color: #8F972F; }
span { border-color: rgb(143,151,47); }
td.TdClassName
{
border-color: #8F972F;
}
.TagClassName
{
border-color: #8F972F;
}
</style>