#778304

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

Shades of Olive #778304

Tints of Olive #778304

Color information

#778304 (or 0x778304) is unknown color: approx Olive. HEX triplet: 77, 83 and 04. RGB value is (119,131,4). Sum of RGB (Red+Green+Blue) = 119+131+4=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #778304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778304 is #887CFB. Grayscale: #717171. Windows color (decimal): -8944892 or 295799. OLE color: 295799.

HSL color Cylindrical-coordinate representation of color #778304: hue angle of 65.67º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #778304 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB1191314-
CMYK0.0900.970.49
HSL65.67º94.07%26.47%-
HSV(B)65.67º96.95%51.37%-
XYZ15.7520.163.18-
YUV112.9366.52132.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 131 (51.56% from 255) = 51.57%
BLUE value IS 4 (1.95% from 255) = 1.57%
R=46.85%
G=51.57%
B=1.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11913140.0900.970.4965.6794.0726.47
Hex77834906131425e1a
Octal16720341101416110213632
Binary1110111100000111001001011000011100011000010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778304; }

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

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

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

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

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

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

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

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