Shades of Olive #907A07
Tints of Olive #907A07
RGB
CMYK
RGB Variations
Color information
#907A07 (or 0x907A07) is known color: Olive. HEX triplet: 90, 7A and 07. RGB value is (144,122,7). Sum of RGB (Red+Green+Blue) = 144+122+7=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #907A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907A07 is #6F85F8. Grayscale: #737373. Windows color (decimal): -7308793 or 490128. OLE color: 490128.
HSL color Cylindrical-coordinate representation of color #907A07: hue angle of 50.36º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #907A07 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 122 | 7 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.44 |
| HSL | 50.36º | 0.91% | 0.3% | - |
| HSV(B) | 50.36º | 0.95% | 0.56% | - |
| XYZ | 18.5 | 19.86 | 3.06 | - |
| YUV | 115.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 7 | 0 | 0.15 | 0.95 | 0.44 | 50.36 | 0.91 | 0.3 |
| Hex | 90 | 7A | 7 | 0 | F | 5F | 2C | 32 | 5B | 1E |
| Octal | 220 | 172 | 7 | 0 | 17 | 137 | 54 | 62 | 133 | 36 |
| Binary | 10010000 | 1111010 | 111 | 0 | 1111 | 1011111 | 101100 | 110010 | 1011011 | 11110 |
Color Harmonies of #907A07
Complementary color
Monochromatic Colors of #907A07
Black with #907A07
Text Example
Text Example
White with #907A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907A07; }
p { color: rgb(144,122,7); }
H1.HeaderClassName
{
color: #907A07;
}
.AnyTagClassName
{
color: #907A07;
}
</style>
background-color css
<style>
a { background-color: #907A07; }
a { background-color: rgb(144,122,7); }
div.DivClassName
{
background-color: #907A07;
}
.BgClassName
{
background-color: #907A07;
}
</style>
border-color css
<style>
span { border-color: #907A07; }
span { border-color: rgb(144,122,7); }
td.TdClassName
{
border-color: #907A07;
}
.TagClassName
{
border-color: #907A07;
}
</style>