Html Css Color HEX #776400 Olive

📋 copy color: '#776400'

red 119 ◦ green 100 ◦ blue 0

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

Shades of Olive #776400

Tints of Olive #776400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.66%

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

R = 54.34%
G = 45.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#776400 (or 0x776400) is known color: Olive. HEX triplet: 77, 64 and 00. RGB value is (119,100,0). Sum of RGB (Red+Green+Blue) = 119+100+0=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #776400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776400 is #889BFF. Grayscale: #5E5E5E. Windows color (decimal): -8952832 or 25719. OLE color: 25719.

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

Color convert

RGB 119 100 0 -
CMYK 0 0.16 1 0.53
HSL 50.42º 1% 0.23% -
HSV(B) 50.42º 1% 0.47% -
XYZ 12.16 13.04 1.88 -
YUV 94.28 74.79 145.63 -
System Red Green Blue C M Y K H S L
Decimal 119 100 0 0 0.16 1 0.53 50.42 1 0.23
Hex 77 64 0 0 10 64 35 32 64 17
Octal 167 144 0 0 20 144 65 62 144 27
Binary 1110111 1100100 0 0 10000 1100100 110101 110010 1100100 10111

Color Harmonies of #776400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776400

Black with #776400

Text Example


Text Example

White with #776400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776400; }

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

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

background-color css

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

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

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

border-color css

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

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

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