Shades of Olive #778102
Tints of Olive #778102
RGB
CMYK
RGB Variations
Color information
#778102 (or 0x778102) is known color: Olive. HEX triplet: 77, 81 and 02. RGB value is (119,129,2). Sum of RGB (Red+Green+Blue) = 119+129+2=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #778102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778102 is #887EFD. Grayscale: #707070. Windows color (decimal): -8945406 or 164215. OLE color: 164215.
HSL color Cylindrical-coordinate representation of color #778102: hue angle of 64.72º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #778102 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 129 | 2 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.49 |
| HSL | 64.72º | 0.97% | 0.26% | - |
| HSV(B) | 64.72º | 0.98% | 0.51% | - |
| XYZ | 15.47 | 19.63 | 3.03 | - |
| YUV | 111.53 | 66.19 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 2 | 0.08 | 0 | 0.98 | 0.49 | 64.72 | 0.97 | 0.26 |
| Hex | 77 | 81 | 2 | 8 | 0 | 62 | 31 | 41 | 61 | 1A |
| Octal | 167 | 201 | 2 | 10 | 0 | 142 | 61 | 101 | 141 | 32 |
| Binary | 1110111 | 10000001 | 10 | 1000 | 0 | 1100010 | 110001 | 1000001 | 1100001 | 11010 |
Color Harmonies of #778102
Complementary color
Monochromatic Colors of #778102
Black with #778102
Text Example
Text Example
White with #778102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778102; }
p { color: rgb(119,129,2); }
H1.HeaderClassName
{
color: #778102;
}
.AnyTagClassName
{
color: #778102;
}
</style>
background-color css
<style>
a { background-color: #778102; }
a { background-color: rgb(119,129,2); }
div.DivClassName
{
background-color: #778102;
}
.BgClassName
{
background-color: #778102;
}
</style>
border-color css
<style>
span { border-color: #778102; }
span { border-color: rgb(119,129,2); }
td.TdClassName
{
border-color: #778102;
}
.TagClassName
{
border-color: #778102;
}
</style>