Html Css Color HEX #778200 Olive

📋 copy color: '#778200'

red 119 ◦ green 130 ◦ blue 0

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

Shades of Olive #778200

Tints of Olive #778200

RGB

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

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

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

R = 47.79%
G = 52.21%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#778200 (or 0x778200) is known color: Olive. HEX triplet: 77, 82 and 00. RGB value is (119,130,0). Sum of RGB (Red+Green+Blue) = 119+130+0=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #778200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778200 is #887DFF. Grayscale: #707070. Windows color (decimal): -8945152 or 33399. OLE color: 33399.

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

Color convert

RGB 119 130 0 -
CMYK 0.08 0 1 0.49
HSL 65.08º 1% 0.25% -
HSV(B) 65.08º 1% 0.51% -
XYZ 15.59 19.89 3.02 -
YUV 111.89 64.86 133.07 -
System Red Green Blue C M Y K H S L
Decimal 119 130 0 0.08 0 1 0.49 65.08 1 0.25
Hex 77 82 0 8 0 64 31 41 64 19
Octal 167 202 0 10 0 144 61 101 144 31
Binary 1110111 10000010 0 1000 0 1100100 110001 1000001 1100100 11001

Color Harmonies of #778200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778200

Black with #778200

Text Example


Text Example

White with #778200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778200; }

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

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

background-color css

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

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

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

border-color css

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

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

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