#778E00

Color #778E00 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #778E00

Tints of Olive #778E00

Color information

#778E00 (or 0x778E00) is unknown color: approx Olive. HEX triplet: 77, 8E and 00. RGB value is (119,142,0). Sum of RGB (Red+Green+Blue) = 119+142+0=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 142 (55.86% from 255 or 54.41% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 142 - color contains mainly: green. Hex color #778E00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778E00 is #8871FF. Grayscale: #777777. Windows color (decimal): -8942080 or 36471. OLE color: 36471.

HSL color Cylindrical-coordinate representation of color #778E00: hue angle of 69.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #778E00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB1191420-
CMYK0.16010.44
HSL69.72º100%27.84%-
HSV(B)69.72º100%55.69%-
XYZ17.2823.273.58-
YUV118.9460.88128.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 142 (55.86% from 255) = 54.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.59%
G=54.41%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11914200.16010.4469.7210027.84
Hex778E0100642C46641c
Octal16721602001445410614434
Binary111011110001110010000011001001011001000110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778E00; }

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

 H1.HeaderClassName
 {
   color: #778E00;
 }
 .AnyTagClassName
 {
   color: #778E00;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #778E00;
 }
 .BgClassName
 {
   background-color: #778E00;
 }
</style>
border-color css

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

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

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