Shades of Citron #969D07
Tints of Citron #969D07
RGB
CMYK
RGB Variations
Color information
#969D07 (or 0x969D07) is known color: Citron. HEX triplet: 96, 9D and 07. RGB value is (150,157,7). Sum of RGB (Red+Green+Blue) = 150+157+7=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #969D07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969D07 is #6962F8. Grayscale: #8A8A8A. Windows color (decimal): -6906617 or 499094. OLE color: 499094.
HSL color Cylindrical-coordinate representation of color #969D07: hue angle of 62.8º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #969D07 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 157 | 7 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.38 |
| HSL | 62.8º | 0.91% | 0.32% | - |
| HSV(B) | 62.8º | 0.96% | 0.62% | - |
| XYZ | 24.67 | 30.61 | 4.81 | - |
| YUV | 137.81 | 54.18 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 7 | 0.04 | 0 | 0.96 | 0.38 | 62.8 | 0.91 | 0.32 |
| Hex | 96 | 9D | 7 | 4 | 0 | 60 | 26 | 3F | 5B | 20 |
| Octal | 226 | 235 | 7 | 4 | 0 | 140 | 46 | 77 | 133 | 40 |
| Binary | 10010110 | 10011101 | 111 | 100 | 0 | 1100000 | 100110 | 111111 | 1011011 | 100000 |
Color Harmonies of #969D07
Complementary color
Monochromatic Colors of #969D07
Black with #969D07
Text Example
Text Example
White with #969D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969D07; }
p { color: rgb(150,157,7); }
H1.HeaderClassName
{
color: #969D07;
}
.AnyTagClassName
{
color: #969D07;
}
</style>
background-color css
<style>
a { background-color: #969D07; }
a { background-color: rgb(150,157,7); }
div.DivClassName
{
background-color: #969D07;
}
.BgClassName
{
background-color: #969D07;
}
</style>
border-color css
<style>
span { border-color: #969D07; }
span { border-color: rgb(150,157,7); }
td.TdClassName
{
border-color: #969D07;
}
.TagClassName
{
border-color: #969D07;
}
</style>