Html Css Color HEX #777401 Olive

📋 copy color: '#777401'

red 119 ◦ green 116 ◦ blue 1

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

Shades of Olive #777401

Tints of Olive #777401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 50.42%
G = 49.15%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#777401 (or 0x777401) is known color: Olive. HEX triplet: 77, 74 and 01. RGB value is (119,116,1). Sum of RGB (Red+Green+Blue) = 119+116+1=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #777401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777401 is #888BFE. Grayscale: #686868. Windows color (decimal): -8948735 or 95351. OLE color: 95351.

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

Color convert

RGB 119 116 1 -
CMYK 0 0.03 0.99 0.53
HSL 58.47º 0.98% 0.24% -
HSV(B) 58.47º 0.99% 0.47% -
XYZ 13.86 16.41 2.47 -
YUV 103.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 119 116 1 0 0.03 0.99 0.53 58.47 0.98 0.24
Hex 77 74 1 0 3 63 35 3A 62 18
Octal 167 164 1 0 3 143 65 72 142 30
Binary 1110111 1110100 1 0 11 1100011 110101 111010 1100010 11000

Color Harmonies of #777401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777401

Black with #777401

Text Example


Text Example

White with #777401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777401; }

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

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

background-color css

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

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

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

border-color css

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

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

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