Html Css Color HEX #778404 Olive

📋 copy color: '#778404'

red 119 ◦ green 132 ◦ blue 4

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

Shades of Olive #778404

Tints of Olive #778404

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.76%

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

R = 46.67%
G = 51.76%
B = 1.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#778404 (or 0x778404) is known color: Olive. HEX triplet: 77, 84 and 04. RGB value is (119,132,4). Sum of RGB (Red+Green+Blue) = 119+132+4=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #778404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778404 is #887BFB. Grayscale: #727272. Windows color (decimal): -8944636 or 296055. OLE color: 296055.

HSL color Cylindrical-coordinate representation of color #778404: hue angle of 66.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #778404 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 132 4 -
CMYK 0.10 0 0.97 0.48
HSL 66.09º 0.94% 0.27% -
HSV(B) 66.09º 0.97% 0.52% -
XYZ 15.88 20.43 3.22 -
YUV 113.52 66.19 131.91 -
System Red Green Blue C M Y K H S L
Decimal 119 132 4 0.10 0 0.97 0.48 66.09 0.94 0.27
Hex 77 84 4 A 0 61 30 42 5E 1B
Octal 167 204 4 12 0 141 60 102 136 33
Binary 1110111 10000100 100 1010 0 1100001 110000 1000010 1011110 11011

Color Harmonies of #778404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778404

Black with #778404

Text Example


Text Example

White with #778404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778404; }

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

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

background-color css

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

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

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

border-color css

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

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

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