Html Css Color HEX #777600 Olive

📋 copy color: '#777600'

red 119 ◦ green 118 ◦ blue 0

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

Shades of Olive #777600

Tints of Olive #777600

RGB

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

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

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

R = 50.21%
G = 49.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#777600 (or 0x777600) is known color: Olive. HEX triplet: 77, 76 and 00. RGB value is (119,118,0). Sum of RGB (Red+Green+Blue) = 119+118+0=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #777600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777600 is #8889FF. Grayscale: #696969. Windows color (decimal): -8948224 or 30327. OLE color: 30327.

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

Color convert

RGB 119 118 0 -
CMYK 0 0.01 1 0.53
HSL 59.5º 1% 0.23% -
HSV(B) 59.5º 1% 0.47% -
XYZ 14.09 16.88 2.52 -
YUV 104.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 119 118 0 0 0.01 1 0.53 59.5 1 0.23
Hex 77 76 0 0 1 64 35 3B 64 17
Octal 167 166 0 0 1 144 65 73 144 27
Binary 1110111 1110110 0 0 1 1100100 110101 111011 1100100 10111

Color Harmonies of #777600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777600

Black with #777600

Text Example


Text Example

White with #777600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777600; }

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

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

background-color css

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

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

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

border-color css

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

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

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