#788304

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

Shades of Olive #788304

Tints of Olive #788304

Color information

#788304 (or 0x788304) is unknown color: approx Olive. HEX triplet: 78, 83 and 04. RGB value is (120,131,4). Sum of RGB (Red+Green+Blue) = 120+131+4=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #788304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788304 is #877CFB. Grayscale: #717171. Windows color (decimal): -8879356 or 295800. OLE color: 295800.

HSL color Cylindrical-coordinate representation of color #788304: hue angle of 65.2º 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 #788304 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB1201314-
CMYK0.0800.970.49
HSL65.2º94.07%26.47%-
HSV(B)65.2º96.95%51.37%-
XYZ15.8820.233.18-
YUV113.2366.36132.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 131 (51.56% from 255) = 51.37%
BLUE value IS 4 (1.95% from 255) = 1.57%
R=47.06%
G=51.37%
B=1.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12013140.0800.970.4965.294.0726.47
Hex78834806131415e1a
Octal17020341001416110113632
Binary1111000100000111001000011000011100011000001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788304; }

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

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

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

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

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

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

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

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