Html Css Color HEX #787404 Olive

📋 copy color: '#787404'

red 120 ◦ green 116 ◦ blue 4

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

Shades of Olive #787404

Tints of Olive #787404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.33%

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

R = 50%
G = 48.33%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#787404 (or 0x787404) is known color: Olive. HEX triplet: 78, 74 and 04. RGB value is (120,116,4). Sum of RGB (Red+Green+Blue) = 120+116+4=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #787404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787404 is #878BFB. Grayscale: #686868. Windows color (decimal): -8883196 or 291960. OLE color: 291960.

HSL color Cylindrical-coordinate representation of color #787404: hue angle of 57.93º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #787404 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 116 4 -
CMYK 0 0.03 0.97 0.53
HSL 57.93º 0.94% 0.24% -
HSV(B) 57.93º 0.97% 0.47% -
XYZ 14.01 16.49 2.56 -
YUV 104.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 120 116 4 0 0.03 0.97 0.53 57.93 0.94 0.24
Hex 78 74 4 0 3 61 35 3A 5E 18
Octal 170 164 4 0 3 141 65 72 136 30
Binary 1111000 1110100 100 0 11 1100001 110101 111010 1011110 11000

Color Harmonies of #787404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787404

Black with #787404

Text Example


Text Example

White with #787404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787404; }

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

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

background-color css

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

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

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

border-color css

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

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

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