Html Css Color HEX #778000 Olive

📋 copy color: '#778000'

red 119 ◦ green 128 ◦ blue 0

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

Shades of Olive #778000

Tints of Olive #778000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.82%

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

R = 48.18%
G = 51.82%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#778000 (or 0x778000) is known color: Olive. HEX triplet: 77, 80 and 00. RGB value is (119,128,0). Sum of RGB (Red+Green+Blue) = 119+128+0=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #778000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778000 is #887FFF. Grayscale: #6F6F6F. Windows color (decimal): -8945664 or 32887. OLE color: 32887.

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

Color convert

RGB 119 128 0 -
CMYK 0.07 0 1 0.50
HSL 64.22º 1% 0.25% -
HSV(B) 64.22º 1% 0.5% -
XYZ 15.33 19.36 2.93 -
YUV 110.72 65.52 133.91 -
System Red Green Blue C M Y K H S L
Decimal 119 128 0 0.07 0 1 0.50 64.22 1 0.25
Hex 77 80 0 7 0 64 32 40 64 19
Octal 167 200 0 7 0 144 62 100 144 31
Binary 1110111 10000000 0 111 0 1100100 110010 1000000 1100100 11001

Color Harmonies of #778000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778000

Black with #778000

Text Example


Text Example

White with #778000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778000; }

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

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

background-color css

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

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

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

border-color css

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

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

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