Html Css Color HEX #777604 Olive

📋 copy color: '#777604'

red 119 ◦ green 118 ◦ blue 4

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

Shades of Olive #777604

Tints of Olive #777604

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.96%

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

R = 49.38%
G = 48.96%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#777604 (or 0x777604) is known color: Olive. HEX triplet: 77, 76 and 04. RGB value is (119,118,4). Sum of RGB (Red+Green+Blue) = 119+118+4=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #777604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777604 is #8889FB. Grayscale: #696969. Windows color (decimal): -8948220 or 292471. OLE color: 292471.

HSL color Cylindrical-coordinate representation of color #777604: hue angle of 59.48º degrees, saturation: 0.93, 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 #777604 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 118 4 -
CMYK 0 0.01 0.97 0.53
HSL 59.48º 0.93% 0.24% -
HSV(B) 59.48º 0.97% 0.47% -
XYZ 14.11 16.89 2.63 -
YUV 105.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 119 118 4 0 0.01 0.97 0.53 59.48 0.93 0.24
Hex 77 76 4 0 1 61 35 3B 5D 18
Octal 167 166 4 0 1 141 65 73 135 30
Binary 1110111 1110110 100 0 1 1100001 110101 111011 1011101 11000

Color Harmonies of #777604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777604

Black with #777604

Text Example


Text Example

White with #777604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777604; }

 p { color: rgb(119,118,4); }

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

background-color css

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

 a { background-color: rgb(119,118,4); }

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

border-color css

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

 span { border-color: rgb(119,118,4); }

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