Shades of Olive #748208
Tints of Olive #748208
RGB
CMYK
RGB Variations
Color information
#748208 (or 0x748208) is known color: Olive. HEX triplet: 74, 82 and 08. RGB value is (116,130,8). Sum of RGB (Red+Green+Blue) = 116+130+8=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #748208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748208 is #8B7DF7. Grayscale: #707070. Windows color (decimal): -9141752 or 557684. OLE color: 557684.
HSL color Cylindrical-coordinate representation of color #748208: hue angle of 66.89º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #748208 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 8 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.49 |
| HSL | 66.89º | 0.88% | 0.27% | - |
| HSV(B) | 66.89º | 0.94% | 0.51% | - |
| XYZ | 15.23 | 19.7 | 3.23 | - |
| YUV | 111.91 | 69.36 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 8 | 0.11 | 0 | 0.94 | 0.49 | 66.89 | 0.88 | 0.27 |
| Hex | 74 | 82 | 8 | B | 0 | 5E | 31 | 43 | 58 | 1B |
| Octal | 164 | 202 | 10 | 13 | 0 | 136 | 61 | 103 | 130 | 33 |
| Binary | 1110100 | 10000010 | 1000 | 1011 | 0 | 1011110 | 110001 | 1000011 | 1011000 | 11011 |
Color Harmonies of #748208
Complementary color
Monochromatic Colors of #748208
Black with #748208
Text Example
Text Example
White with #748208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748208; }
p { color: rgb(116,130,8); }
H1.HeaderClassName
{
color: #748208;
}
.AnyTagClassName
{
color: #748208;
}
</style>
background-color css
<style>
a { background-color: #748208; }
a { background-color: rgb(116,130,8); }
div.DivClassName
{
background-color: #748208;
}
.BgClassName
{
background-color: #748208;
}
</style>
border-color css
<style>
span { border-color: #748208; }
span { border-color: rgb(116,130,8); }
td.TdClassName
{
border-color: #748208;
}
.TagClassName
{
border-color: #748208;
}
</style>