Html Css Color HEX #788204 Olive

📋 copy color: '#788204'

red 120 ◦ green 130 ◦ blue 4

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

Shades of Olive #788204

Tints of Olive #788204

RGB

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

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

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

R = 47.24%
G = 51.18%
B = 1.57%

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

#788204 (or 0x788204) is known color: Olive. HEX triplet: 78, 82 and 04. RGB value is (120,130,4). Sum of RGB (Red+Green+Blue) = 120+130+4=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #788204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788204 is #877DFB. Grayscale: #717171. Windows color (decimal): -8879612 or 295544. OLE color: 295544.

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

Color convert

RGB 120 130 4 -
CMYK 0.08 0 0.97 0.49
HSL 64.76º 0.94% 0.26% -
HSV(B) 64.76º 0.97% 0.51% -
XYZ 15.75 19.97 3.14 -
YUV 112.65 66.69 133.25 -
System Red Green Blue C M Y K H S L
Decimal 120 130 4 0.08 0 0.97 0.49 64.76 0.94 0.26
Hex 78 82 4 8 0 61 31 41 5E 1A
Octal 170 202 4 10 0 141 61 101 136 32
Binary 1111000 10000010 100 1000 0 1100001 110001 1000001 1011110 11010

Color Harmonies of #788204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788204

Black with #788204

Text Example


Text Example

White with #788204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788204; }

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

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

background-color css

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

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

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

border-color css

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

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

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