Shades of Citron #969C07
Tints of Citron #969C07
RGB
CMYK
RGB Variations
Color information
#969C07 (or 0x969C07) is known color: Citron. HEX triplet: 96, 9C and 07. RGB value is (150,156,7). Sum of RGB (Red+Green+Blue) = 150+156+7=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #969C07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969C07 is #6963F8. Grayscale: #898989. Windows color (decimal): -6906873 or 498838. OLE color: 498838.
HSL color Cylindrical-coordinate representation of color #969C07: hue angle of 62.42º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #969C07 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 156 | 7 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.39 |
| HSL | 62.42º | 0.91% | 0.32% | - |
| HSV(B) | 62.42º | 0.96% | 0.61% | - |
| XYZ | 24.5 | 30.28 | 4.75 | - |
| YUV | 137.22 | 54.51 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 7 | 0.04 | 0 | 0.96 | 0.39 | 62.42 | 0.91 | 0.32 |
| Hex | 96 | 9C | 7 | 4 | 0 | 60 | 27 | 3E | 5B | 20 |
| Octal | 226 | 234 | 7 | 4 | 0 | 140 | 47 | 76 | 133 | 40 |
| Binary | 10010110 | 10011100 | 111 | 100 | 0 | 1100000 | 100111 | 111110 | 1011011 | 100000 |
Color Harmonies of #969C07
Complementary color
Monochromatic Colors of #969C07
Black with #969C07
Text Example
Text Example
White with #969C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969C07; }
p { color: rgb(150,156,7); }
H1.HeaderClassName
{
color: #969C07;
}
.AnyTagClassName
{
color: #969C07;
}
</style>
background-color css
<style>
a { background-color: #969C07; }
a { background-color: rgb(150,156,7); }
div.DivClassName
{
background-color: #969C07;
}
.BgClassName
{
background-color: #969C07;
}
</style>
border-color css
<style>
span { border-color: #969C07; }
span { border-color: rgb(150,156,7); }
td.TdClassName
{
border-color: #969C07;
}
.TagClassName
{
border-color: #969C07;
}
</style>