Html Css Color HEX #778210 Olive

📋 copy color: '#778210'

red 119 ◦ green 130 ◦ blue 16

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

Shades of Olive #778210

Tints of Olive #778210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.06%

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

R = 44.91%
G = 49.06%
B = 6.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#778210 (or 0x778210) is known color: Olive. HEX triplet: 77, 82 and 10. RGB value is (119,130,16). Sum of RGB (Red+Green+Blue) = 119+130+16=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #778210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778210 is #887DEF. Grayscale: #727272. Windows color (decimal): -8945136 or 1081975. OLE color: 1081975.

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

Color convert

RGB 119 130 16 -
CMYK 0.08 0 0.88 0.49
HSL 65.79º 0.78% 0.29% -
HSV(B) 65.79º 0.88% 0.51% -
XYZ 15.68 19.92 3.51 -
YUV 113.72 72.86 131.77 -
System Red Green Blue C M Y K H S L
Decimal 119 130 16 0.08 0 0.88 0.49 65.79 0.78 0.29
Hex 77 82 10 8 0 58 31 42 4E 1D
Octal 167 202 20 10 0 130 61 102 116 35
Binary 1110111 10000010 10000 1000 0 1011000 110001 1000010 1001110 11101

Color Harmonies of #778210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778210

Black with #778210

Text Example


Text Example

White with #778210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778210; }

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

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

background-color css

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

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

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

border-color css

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

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

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