Shades of Olivetone #767A2D
Tints of Olivetone #767A2D
RGB
CMYK
RGB Variations
Color information
#767A2D (or 0x767A2D) is known color: Olivetone. HEX triplet: 76, 7A and 2D. RGB value is (118,122,45). Sum of RGB (Red+Green+Blue) = 118+122+45=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #767A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767A2D is #8985D2. Grayscale: #707070. Windows color (decimal): -9012691 or 2980470. OLE color: 2980470.
HSL color Cylindrical-coordinate representation of color #767A2D: hue angle of 63.12º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #767A2D is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 122 | 45 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.52 |
| HSL | 63.12º | 0.46% | 0.33% | - |
| HSV(B) | 63.12º | 0.63% | 0.48% | - |
| XYZ | 14.9 | 17.96 | 5.16 | - |
| YUV | 112.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 45 | 0.03 | 0 | 0.63 | 0.52 | 63.12 | 0.46 | 0.33 |
| Hex | 76 | 7A | 2D | 3 | 0 | 3F | 34 | 3F | 2E | 21 |
| Octal | 166 | 172 | 55 | 3 | 0 | 77 | 64 | 77 | 56 | 41 |
| Binary | 1110110 | 1111010 | 101101 | 11 | 0 | 111111 | 110100 | 111111 | 101110 | 100001 |
Color Harmonies of #767A2D
Complementary color
Monochromatic Colors of #767A2D
Black with #767A2D
Text Example
Text Example
White with #767A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767A2D; }
p { color: rgb(118,122,45); }
H1.HeaderClassName
{
color: #767A2D;
}
.AnyTagClassName
{
color: #767A2D;
}
</style>
background-color css
<style>
a { background-color: #767A2D; }
a { background-color: rgb(118,122,45); }
div.DivClassName
{
background-color: #767A2D;
}
.BgClassName
{
background-color: #767A2D;
}
</style>
border-color css
<style>
span { border-color: #767A2D; }
span { border-color: rgb(118,122,45); }
td.TdClassName
{
border-color: #767A2D;
}
.TagClassName
{
border-color: #767A2D;
}
</style>