Html Css Color HEX #776500 Olive

📋 copy color: '#776500'

red 119 ◦ green 101 ◦ blue 0

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

Shades of Olive #776500

Tints of Olive #776500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.91%

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

R = 54.09%
G = 45.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#776500 (or 0x776500) is known color: Olive. HEX triplet: 77, 65 and 00. RGB value is (119,101,0). Sum of RGB (Red+Green+Blue) = 119+101+0=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #776500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776500 is #889AFF. Grayscale: #5F5F5F. Windows color (decimal): -8952576 or 25975. OLE color: 25975.

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

Color convert

RGB 119 101 0 -
CMYK 0 0.15 1 0.53
HSL 50.92º 1% 0.23% -
HSV(B) 50.92º 1% 0.47% -
XYZ 12.26 13.23 1.91 -
YUV 94.87 74.46 145.21 -
System Red Green Blue C M Y K H S L
Decimal 119 101 0 0 0.15 1 0.53 50.92 1 0.23
Hex 77 65 0 0 F 64 35 33 64 17
Octal 167 145 0 0 17 144 65 63 144 27
Binary 1110111 1100101 0 0 1111 1100100 110101 110011 1100100 10111

Color Harmonies of #776500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776500

Black with #776500

Text Example


Text Example

White with #776500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776500; }

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

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

background-color css

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

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

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

border-color css

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

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

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