Html Css Color HEX #788404 Olive

📋 copy color: '#788404'

red 120 ◦ green 132 ◦ blue 4

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

Shades of Olive #788404

Tints of Olive #788404

RGB

 RED value IS 120 (47.27% from 255) = 46.88%

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

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

R = 46.88%
G = 51.56%
B = 1.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#788404 (or 0x788404) is known color: Olive. HEX triplet: 78, 84 and 04. RGB value is (120,132,4). Sum of RGB (Red+Green+Blue) = 120+132+4=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #788404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788404 is #877BFB. Grayscale: #727272. Windows color (decimal): -8879100 or 296056. OLE color: 296056.

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

Color convert

RGB 120 132 4 -
CMYK 0.09 0 0.97 0.48
HSL 65.63º 0.94% 0.27% -
HSV(B) 65.63º 0.97% 0.52% -
XYZ 16.02 20.5 3.23 -
YUV 113.82 66.02 132.41 -
System Red Green Blue C M Y K H S L
Decimal 120 132 4 0.09 0 0.97 0.48 65.63 0.94 0.27
Hex 78 84 4 9 0 61 30 42 5E 1B
Octal 170 204 4 11 0 141 60 102 136 33
Binary 1111000 10000100 100 1001 0 1100001 110000 1000010 1011110 11011

Color Harmonies of #788404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788404

Black with #788404

Text Example


Text Example

White with #788404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788404; }

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

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

background-color css

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

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

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

border-color css

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

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

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