Shades of Olive #747B02
Tints of Olive #747B02
RGB
CMYK
RGB Variations
Color information
#747B02 (or 0x747B02) is known color: Olive. HEX triplet: 74, 7B and 02. RGB value is (116,123,2). Sum of RGB (Red+Green+Blue) = 116+123+2=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #747B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747B02 is #8B84FD. Grayscale: #6B6B6B. Windows color (decimal): -9143550 or 162676. OLE color: 162676.
HSL color Cylindrical-coordinate representation of color #747B02: hue angle of 63.47º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #747B02 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 123 | 2 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.52 |
| HSL | 63.47º | 0.97% | 0.25% | - |
| HSV(B) | 63.47º | 0.98% | 0.48% | - |
| XYZ | 14.3 | 17.88 | 2.76 | - |
| YUV | 107.11 | 68.68 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 2 | 0.06 | 0 | 0.98 | 0.52 | 63.47 | 0.97 | 0.25 |
| Hex | 74 | 7B | 2 | 6 | 0 | 62 | 34 | 3F | 61 | 19 |
| Octal | 164 | 173 | 2 | 6 | 0 | 142 | 64 | 77 | 141 | 31 |
| Binary | 1110100 | 1111011 | 10 | 110 | 0 | 1100010 | 110100 | 111111 | 1100001 | 11001 |
Color Harmonies of #747B02
Complementary color
Monochromatic Colors of #747B02
Black with #747B02
Text Example
Text Example
White with #747B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B02; }
p { color: rgb(116,123,2); }
H1.HeaderClassName
{
color: #747B02;
}
.AnyTagClassName
{
color: #747B02;
}
</style>
background-color css
<style>
a { background-color: #747B02; }
a { background-color: rgb(116,123,2); }
div.DivClassName
{
background-color: #747B02;
}
.BgClassName
{
background-color: #747B02;
}
</style>
border-color css
<style>
span { border-color: #747B02; }
span { border-color: rgb(116,123,2); }
td.TdClassName
{
border-color: #747B02;
}
.TagClassName
{
border-color: #747B02;
}
</style>