#736A04

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

Shades of Olive #736A04

Tints of Olive #736A04

Color information

#736A04 (or 0x736A04) is unknown color: approx Olive. HEX triplet: 73, 6A and 04. RGB value is (115,106,4). Sum of RGB (Red+Green+Blue) = 115+106+4=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #736A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A04 is #8C95FB. Grayscale: #616161. Windows color (decimal): -9213436 or 289395. OLE color: 289395.

HSL color Cylindrical-coordinate representation of color #736A04: hue angle of 55.14º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #736A04 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB1151064-
CMYK00.080.970.55
HSL55.14º93.28%23.33%-
HSV(B)55.14º96.52%45.1%-
XYZ12.2513.962.16-
YUV97.0675.48140.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 106 (41.80% from 255) = 47.11%
BLUE value IS 4 (1.95% from 255) = 1.78%
R=51.11%
G=47.11%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115106400.080.970.5555.1493.2823.33
Hex736A4086137375d17
Octal1631524010141676713527
Binary11100111101010100010001100001110111110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736A04; }

 p { color: rgb(115,106,4); }

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

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

 a { background-color: rgb(115,106,4); }

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

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

 span { border-color: rgb(115,106,4); }

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