Html Css Color HEX #778104 Olive

📋 copy color: '#778104'

red 119 ◦ green 129 ◦ blue 4

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

Shades of Olive #778104

Tints of Olive #778104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 47.22%
G = 51.19%
B = 1.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#778104 (or 0x778104) is known color: Olive. HEX triplet: 77, 81 and 04. RGB value is (119,129,4). Sum of RGB (Red+Green+Blue) = 119+129+4=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #778104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778104 is #887EFB. Grayscale: #707070. Windows color (decimal): -8945404 or 295287. OLE color: 295287.

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

Color convert

RGB 119 129 4 -
CMYK 0.08 0 0.97 0.49
HSL 64.8º 0.94% 0.26% -
HSV(B) 64.8º 0.97% 0.51% -
XYZ 15.48 19.63 3.09 -
YUV 111.76 67.19 133.16 -
System Red Green Blue C M Y K H S L
Decimal 119 129 4 0.08 0 0.97 0.49 64.8 0.94 0.26
Hex 77 81 4 8 0 61 31 41 5E 1A
Octal 167 201 4 10 0 141 61 101 136 32
Binary 1110111 10000001 100 1000 0 1100001 110001 1000001 1011110 11010

Color Harmonies of #778104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778104

Black with #778104

Text Example


Text Example

White with #778104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778104; }

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

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

background-color css

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

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

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

border-color css

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

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

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