Shades of Olivetone #74751B
Tints of Olivetone #74751B
RGB
CMYK
RGB Variations
Color information
#74751B (or 0x74751B) is known color: Olivetone. HEX triplet: 74, 75 and 1B. RGB value is (116,117,27). Sum of RGB (Red+Green+Blue) = 116+117+27=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #74751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74751B is #8B8AE4. Grayscale: #6A6A6A. Windows color (decimal): -9145061 or 1799540. OLE color: 1799540.
HSL color Cylindrical-coordinate representation of color #74751B: hue angle of 60.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74751B is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 27 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.54 |
| HSL | 60.67º | 0.63% | 0.28% | - |
| HSV(B) | 60.67º | 0.77% | 0.46% | - |
| XYZ | 13.76 | 16.51 | 3.5 | - |
| YUV | 106.44 | 83.17 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 27 | 0.01 | 0 | 0.77 | 0.54 | 60.67 | 0.63 | 0.28 |
| Hex | 74 | 75 | 1B | 1 | 0 | 4D | 36 | 3D | 3E | 1C |
| Octal | 164 | 165 | 33 | 1 | 0 | 115 | 66 | 75 | 76 | 34 |
| Binary | 1110100 | 1110101 | 11011 | 1 | 0 | 1001101 | 110110 | 111101 | 111110 | 11100 |
Color Harmonies of #74751B
Complementary color
Monochromatic Colors of #74751B
Black with #74751B
Text Example
Text Example
White with #74751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74751B; }
p { color: rgb(116,117,27); }
H1.HeaderClassName
{
color: #74751B;
}
.AnyTagClassName
{
color: #74751B;
}
</style>
background-color css
<style>
a { background-color: #74751B; }
a { background-color: rgb(116,117,27); }
div.DivClassName
{
background-color: #74751B;
}
.BgClassName
{
background-color: #74751B;
}
</style>
border-color css
<style>
span { border-color: #74751B; }
span { border-color: rgb(116,117,27); }
td.TdClassName
{
border-color: #74751B;
}
.TagClassName
{
border-color: #74751B;
}
</style>