Shades of Olive #748308
Tints of Olive #748308
RGB
CMYK
RGB Variations
Color information
#748308 (or 0x748308) is known color: Olive. HEX triplet: 74, 83 and 08. RGB value is (116,131,8). Sum of RGB (Red+Green+Blue) = 116+131+8=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #748308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748308 is #8B7CF7. Grayscale: #707070. Windows color (decimal): -9141496 or 557940. OLE color: 557940.
HSL color Cylindrical-coordinate representation of color #748308: hue angle of 67.32º 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 #748308 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 131 | 8 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.49 |
| HSL | 67.32º | 0.88% | 0.27% | - |
| HSV(B) | 67.32º | 0.94% | 0.51% | - |
| XYZ | 15.36 | 19.96 | 3.27 | - |
| YUV | 112.49 | 69.03 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 8 | 0.11 | 0 | 0.94 | 0.49 | 67.32 | 0.88 | 0.27 |
| Hex | 74 | 83 | 8 | B | 0 | 5E | 31 | 43 | 58 | 1B |
| Octal | 164 | 203 | 10 | 13 | 0 | 136 | 61 | 103 | 130 | 33 |
| Binary | 1110100 | 10000011 | 1000 | 1011 | 0 | 1011110 | 110001 | 1000011 | 1011000 | 11011 |
Color Harmonies of #748308
Complementary color
Monochromatic Colors of #748308
Black with #748308
Text Example
Text Example
White with #748308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748308; }
p { color: rgb(116,131,8); }
H1.HeaderClassName
{
color: #748308;
}
.AnyTagClassName
{
color: #748308;
}
</style>
background-color css
<style>
a { background-color: #748308; }
a { background-color: rgb(116,131,8); }
div.DivClassName
{
background-color: #748308;
}
.BgClassName
{
background-color: #748308;
}
</style>
border-color css
<style>
span { border-color: #748308; }
span { border-color: rgb(116,131,8); }
td.TdClassName
{
border-color: #748308;
}
.TagClassName
{
border-color: #748308;
}
</style>