Html Css Color HEX #778204 Olive

📋 copy color: '#778204'

red 119 ◦ green 130 ◦ blue 4

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

Shades of Olive #778204

Tints of Olive #778204

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.38%

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

R = 47.04%
G = 51.38%
B = 1.58%

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

#778204 (or 0x778204) is known color: Olive. HEX triplet: 77, 82 and 04. RGB value is (119,130,4). Sum of RGB (Red+Green+Blue) = 119+130+4=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #778204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778204 is #887DFB. Grayscale: #707070. Windows color (decimal): -8945148 or 295543. OLE color: 295543.

HSL color Cylindrical-coordinate representation of color #778204: hue angle of 65.24º 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 #778204 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 130 4 -
CMYK 0.08 0 0.97 0.49
HSL 65.24º 0.94% 0.26% -
HSV(B) 65.24º 0.97% 0.51% -
XYZ 15.61 19.9 3.13 -
YUV 112.35 66.86 132.75 -
System Red Green Blue C M Y K H S L
Decimal 119 130 4 0.08 0 0.97 0.49 65.24 0.94 0.26
Hex 77 82 4 8 0 61 31 41 5E 1A
Octal 167 202 4 10 0 141 61 101 136 32
Binary 1110111 10000010 100 1000 0 1100001 110001 1000001 1011110 11010

Color Harmonies of #778204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778204

Black with #778204

Text Example


Text Example

White with #778204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778204; }

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

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

background-color css

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

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

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

border-color css

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

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

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