#787306

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

Shades of Olive #787306

Tints of Olive #787306

Color information

#787306 (or 0x787306) is unknown color: approx Olive. HEX triplet: 78, 73 and 06. RGB value is (120,115,6). Sum of RGB (Red+Green+Blue) = 120+115+6=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #787306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787306 is #878CF9. Grayscale: #686868. Windows color (decimal): -8883450 or 422776. OLE color: 422776.

HSL color Cylindrical-coordinate representation of color #787306: hue angle of 57.37º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #787306 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB1201156-
CMYK00.040.950.53
HSL57.37º90.48%24.71%-
HSV(B)57.37º95%47.06%-
XYZ13.9116.272.58-
YUV104.0772.66139.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 115 (45.31% from 255) = 47.72%
BLUE value IS 6 (2.73% from 255) = 2.49%
R=49.79%
G=47.72%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120115600.040.950.5357.3790.4824.71
Hex78736045F35395a19
Octal170163604137657113231
Binary1111000111001111001001011111110101111001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787306; }

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

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

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

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

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

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

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

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