Html Css Color HEX #778410 Olive

📋 copy color: '#778410'

red 119 ◦ green 132 ◦ blue 16

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

Shades of Olive #778410

Tints of Olive #778410

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.44%

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

R = 44.57%
G = 49.44%
B = 5.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#778410 (or 0x778410) is known color: Olive. HEX triplet: 77, 84 and 10. RGB value is (119,132,16). Sum of RGB (Red+Green+Blue) = 119+132+16=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #778410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778410 is #887BEF. Grayscale: #737373. Windows color (decimal): -8944624 or 1082487. OLE color: 1082487.

HSL color Cylindrical-coordinate representation of color #778410: hue angle of 66.72º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #778410 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 132 16 -
CMYK 0.10 0 0.88 0.48
HSL 66.72º 0.78% 0.29% -
HSV(B) 66.72º 0.88% 0.52% -
XYZ 15.95 20.46 3.6 -
YUV 114.89 72.19 130.93 -
System Red Green Blue C M Y K H S L
Decimal 119 132 16 0.10 0 0.88 0.48 66.72 0.78 0.29
Hex 77 84 10 A 0 58 30 43 4E 1D
Octal 167 204 20 12 0 130 60 103 116 35
Binary 1110111 10000100 10000 1010 0 1011000 110000 1000011 1001110 11101

Color Harmonies of #778410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778410

Black with #778410

Text Example


Text Example

White with #778410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778410; }

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

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

background-color css

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

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

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

border-color css

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

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

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