Html Css Color HEX #777400 Olive

📋 copy color: '#777400'

red 119 ◦ green 116 ◦ blue 0

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

Shades of Olive #777400

Tints of Olive #777400

RGB

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

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

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

R = 50.64%
G = 49.36%
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

#777400 (or 0x777400) is known color: Olive. HEX triplet: 77, 74 and 00. RGB value is (119,116,0). Sum of RGB (Red+Green+Blue) = 119+116+0=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #777400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777400 is #888BFF. Grayscale: #686868. Windows color (decimal): -8948736 or 29815. OLE color: 29815.

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

Color convert

RGB 119 116 0 -
CMYK 0 0.03 1 0.53
HSL 58.49º 1% 0.23% -
HSV(B) 58.49º 1% 0.47% -
XYZ 13.85 16.41 2.44 -
YUV 103.67 69.49 138.93 -
System Red Green Blue C M Y K H S L
Decimal 119 116 0 0 0.03 1 0.53 58.49 1 0.23
Hex 77 74 0 0 3 64 35 3A 64 17
Octal 167 164 0 0 3 144 65 72 144 27
Binary 1110111 1110100 0 0 11 1100100 110101 111010 1100100 10111

Color Harmonies of #777400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777400

Black with #777400

Text Example


Text Example

White with #777400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777400; }

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

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

background-color css

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

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

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

border-color css

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

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

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