Shades of Olive #768C03
Tints of Olive #768C03
RGB
CMYK
RGB Variations
Color information
#768C03 (or 0x768C03) is known color: Olive. HEX triplet: 76, 8C and 03. RGB value is (118,140,3). Sum of RGB (Red+Green+Blue) = 118+140+3=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 140 (55.08% from 255 or 53.64% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 140 - color contains mainly: green. Hex color #768C03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768C03 is #8973FC. Grayscale: #767676. Windows color (decimal): -9008125 or 232566. OLE color: 232566.
HSL color Cylindrical-coordinate representation of color #768C03: hue angle of 69.64º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #768C03 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 140 | 3 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.45 |
| HSL | 69.64º | 0.96% | 0.28% | - |
| HSV(B) | 69.64º | 0.98% | 0.55% | - |
| XYZ | 16.87 | 22.61 | 3.56 | - |
| YUV | 117.8 | 63.21 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 140 | 3 | 0.16 | 0 | 0.98 | 0.45 | 69.64 | 0.96 | 0.28 |
| Hex | 76 | 8C | 3 | 10 | 0 | 62 | 2D | 46 | 60 | 1C |
| Octal | 166 | 214 | 3 | 20 | 0 | 142 | 55 | 106 | 140 | 34 |
| Binary | 1110110 | 10001100 | 11 | 10000 | 0 | 1100010 | 101101 | 1000110 | 1100000 | 11100 |
Color Harmonies of #768C03
Complementary color
Monochromatic Colors of #768C03
Black with #768C03
Text Example
Text Example
White with #768C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768C03; }
p { color: rgb(118,140,3); }
H1.HeaderClassName
{
color: #768C03;
}
.AnyTagClassName
{
color: #768C03;
}
</style>
background-color css
<style>
a { background-color: #768C03; }
a { background-color: rgb(118,140,3); }
div.DivClassName
{
background-color: #768C03;
}
.BgClassName
{
background-color: #768C03;
}
</style>
border-color css
<style>
span { border-color: #768C03; }
span { border-color: rgb(118,140,3); }
td.TdClassName
{
border-color: #768C03;
}
.TagClassName
{
border-color: #768C03;
}
</style>