Html Css Color HEX #787400 Olive

📋 copy color: '#787400'

red 120 ◦ green 116 ◦ blue 0

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

Shades of Olive #787400

Tints of Olive #787400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.85%
G = 49.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#787400 (or 0x787400) is known color: Olive. HEX triplet: 78, 74 and 00. RGB value is (120,116,0). Sum of RGB (Red+Green+Blue) = 120+116+0=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #787400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787400 is #878BFF. Grayscale: #686868. Windows color (decimal): -8883200 or 29816. OLE color: 29816.

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

Color convert

RGB 120 116 0 -
CMYK 0 0.03 1 0.53
HSL 58º 1% 0.24% -
HSV(B) 58º 1% 0.47% -
XYZ 13.99 16.48 2.44 -
YUV 103.97 69.33 139.43 -
System Red Green Blue C M Y K H S L
Decimal 120 116 0 0 0.03 1 0.53 58 1 0.24
Hex 78 74 0 0 3 64 35 3A 64 18
Octal 170 164 0 0 3 144 65 72 144 30
Binary 1111000 1110100 0 0 11 1100100 110101 111010 1100100 11000

Color Harmonies of #787400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787400

Black with #787400

Text Example


Text Example

White with #787400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787400; }

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

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

background-color css

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

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

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

border-color css

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

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

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