#786302

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

Shades of Olive #786302

Tints of Olive #786302

Color information

#786302 (or 0x786302) is unknown color: approx Olive. HEX triplet: 78, 63 and 02. RGB value is (120,99,2). Sum of RGB (Red+Green+Blue) = 120+99+2=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #786302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786302 is #879CFD. Grayscale: #5E5E5E. Windows color (decimal): -8887550 or 156536. OLE color: 156536.

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

Color convert

RGB120992-
CMYK00.170.980.53
HSL49.32º96.72%23.92%-
HSV(B)49.32º98.33%47.06%-
XYZ12.2212.921.91-
YUV94.2275.96146.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.30%
GREEN value IS 99 (39.06% from 255) = 44.80%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=54.30%
G=44.80%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12099200.170.980.5349.3296.7223.92
Hex786320116235316118
Octal1701432021142656114130
Binary11110001100011100100011100010110101110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786302; }

 p { color: rgb(120,99,2); }

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

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

 a { background-color: rgb(120,99,2); }

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

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

 span { border-color: rgb(120,99,2); }

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