#787302

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

Shades of Olive #787302

Tints of Olive #787302

Color information

#787302 (or 0x787302) is unknown color: approx Olive. HEX triplet: 78, 73 and 02. RGB value is (120,115,2). Sum of RGB (Red+Green+Blue) = 120+115+2=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #787302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787302 is #878CFD. Grayscale: #686868. Windows color (decimal): -8883454 or 160632. OLE color: 160632.

HSL color Cylindrical-coordinate representation of color #787302: hue angle of 57.46º 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 #787302 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB1201152-
CMYK00.040.980.53
HSL57.46º96.72%23.92%-
HSV(B)57.46º98.33%47.06%-
XYZ13.8916.262.46-
YUV103.6170.66139.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 115 (45.31% from 255) = 48.52%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=50.63%
G=48.52%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120115200.040.980.5357.4696.7223.92
Hex78732046235396118
Octal170163204142657114130
Binary111100011100111001001100010110101111001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787302; }

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

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

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

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

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

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

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

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