Html Css Color HEX #777410 Olive

📋 copy color: '#777410'

red 119 ◦ green 116 ◦ blue 16

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

Shades of Olive #777410

Tints of Olive #777410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.37%

R = 47.41%
G = 46.22%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#777410 (or 0x777410) is known color: Olive. HEX triplet: 77, 74 and 10. RGB value is (119,116,16). Sum of RGB (Red+Green+Blue) = 119+116+16=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #777410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777410 is #888BEF. Grayscale: #696969. Windows color (decimal): -8948720 or 1078391. OLE color: 1078391.

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

Color convert

RGB 119 116 16 -
CMYK 0 0.03 0.87 0.53
HSL 58.25º 0.76% 0.26% -
HSV(B) 58.25º 0.87% 0.47% -
XYZ 13.95 16.45 2.93 -
YUV 105.5 77.49 137.63 -
System Red Green Blue C M Y K H S L
Decimal 119 116 16 0 0.03 0.87 0.53 58.25 0.76 0.26
Hex 77 74 10 0 3 57 35 3A 4C 1A
Octal 167 164 20 0 3 127 65 72 114 32
Binary 1110111 1110100 10000 0 11 1010111 110101 111010 1001100 11010

Color Harmonies of #777410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777410

Black with #777410

Text Example


Text Example

White with #777410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777410; }

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

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

background-color css

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

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

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

border-color css

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

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

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