#778704

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

Shades of Olive #778704

Tints of Olive #778704

Color information

#778704 (or 0x778704) is unknown color: approx Olive. HEX triplet: 77, 87 and 04. RGB value is (119,135,4). Sum of RGB (Red+Green+Blue) = 119+135+4=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #778704 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778704 is #8878FB. Grayscale: #737373. Windows color (decimal): -8943868 or 296823. OLE color: 296823.

HSL color Cylindrical-coordinate representation of color #778704: hue angle of 67.33º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #778704 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB1191354-
CMYK0.1200.970.47
HSL67.33º94.24%27.25%-
HSV(B)67.33º97.04%52.94%-
XYZ16.2921.263.36-
YUV115.2865.2130.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 135 (53.12% from 255) = 52.33%
BLUE value IS 4 (1.95% from 255) = 1.55%
R=46.12%
G=52.33%
B=1.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11913540.1200.970.4767.3394.2427.25
Hex77874C0612F435e1b
Octal16720741401415710313633
Binary1110111100001111001100011000011011111000011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778704; }

 p { color: rgb(119,135,4); }

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

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

 a { background-color: rgb(119,135,4); }

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

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

 span { border-color: rgb(119,135,4); }

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