Html Css Color HEX #778110 Olive

📋 copy color: '#778110'

red 119 ◦ green 129 ◦ blue 16

#778110
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #778110

Tints of Olive #778110

RGB

 RED value IS 119 (46.88% from 255) = 45.08%

 GREEN value IS 129 (50.78% from 255) = 48.86%

 BLUE value IS 16 (6.64% from 255) = 6.06%

R = 45.08%
G = 48.86%
B = 6.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#778110 (or 0x778110) is known color: Olive. HEX triplet: 77, 81 and 10. RGB value is (119,129,16). Sum of RGB (Red+Green+Blue) = 119+129+16=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #778110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778110 is #887EEF. Grayscale: #717171. Windows color (decimal): -8945392 or 1081719. OLE color: 1081719.

HSL color Cylindrical-coordinate representation of color #778110: hue angle of 65.31º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #778110 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 129 16 -
CMYK 0.08 0 0.88 0.49
HSL 65.31º 0.78% 0.28% -
HSV(B) 65.31º 0.88% 0.51% -
XYZ 15.55 19.66 3.47 -
YUV 113.13 73.19 132.19 -
System Red Green Blue C M Y K H S L
Decimal 119 129 16 0.08 0 0.88 0.49 65.31 0.78 0.28
Hex 77 81 10 8 0 58 31 41 4E 1C
Octal 167 201 20 10 0 130 61 101 116 34
Binary 1110111 10000001 10000 1000 0 1011000 110001 1000001 1001110 11100

Color Harmonies of #778110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778110

Black with #778110

Text Example


Text Example

White with #778110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778110; }

 p { color: rgb(119,129,16); }

 H1.HeaderClassName
 {
   color: #778110;
 }
 .AnyTagClassName
 {
   color: #778110;
 }
</style>

background-color css

<style>
 a { background-color: #778110; }

 a { background-color: rgb(119,129,16); }

 div.DivClassName
 {
   background-color: #778110;
 }
 .BgClassName
 {
   background-color: #778110;
 }
</style>

border-color css

<style>
 span { border-color: #778110; }

 span { border-color: rgb(119,129,16); }

 td.TdClassName
 {
   border-color: #778110;
 }
 .TagClassName
 {
   border-color: #778110;
 }
</style>