Shades of Olive #766C03
Tints of Olive #766C03
RGB
CMYK
RGB Variations
Color information
#766C03 (or 0x766C03) is known color: Olive. HEX triplet: 76, 6C and 03. RGB value is (118,108,3). Sum of RGB (Red+Green+Blue) = 118+108+3=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #766C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766C03 is #8993FC. Grayscale: #636363. Windows color (decimal): -9016317 or 224374. OLE color: 224374.
HSL color Cylindrical-coordinate representation of color #766C03: hue angle of 54.78º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #766C03 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 3 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.54 |
| HSL | 54.78º | 0.95% | 0.24% | - |
| HSV(B) | 54.78º | 0.97% | 0.46% | - |
| XYZ | 12.85 | 14.58 | 2.22 | - |
| YUV | 99.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 3 | 0 | 0.08 | 0.97 | 0.54 | 54.78 | 0.95 | 0.24 |
| Hex | 76 | 6C | 3 | 0 | 8 | 61 | 36 | 37 | 5F | 18 |
| Octal | 166 | 154 | 3 | 0 | 10 | 141 | 66 | 67 | 137 | 30 |
| Binary | 1110110 | 1101100 | 11 | 0 | 1000 | 1100001 | 110110 | 110111 | 1011111 | 11000 |
Color Harmonies of #766C03
Complementary color
Monochromatic Colors of #766C03
Black with #766C03
Text Example
Text Example
White with #766C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C03; }
p { color: rgb(118,108,3); }
H1.HeaderClassName
{
color: #766C03;
}
.AnyTagClassName
{
color: #766C03;
}
</style>
background-color css
<style>
a { background-color: #766C03; }
a { background-color: rgb(118,108,3); }
div.DivClassName
{
background-color: #766C03;
}
.BgClassName
{
background-color: #766C03;
}
</style>
border-color css
<style>
span { border-color: #766C03; }
span { border-color: rgb(118,108,3); }
td.TdClassName
{
border-color: #766C03;
}
.TagClassName
{
border-color: #766C03;
}
</style>