#736800

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

Shades of Olive #736800

Tints of Olive #736800

Color information

#736800 (or 0x736800) is unknown color: approx Olive. HEX triplet: 73, 68 and 00. RGB value is (115,104,0). Sum of RGB (Red+Green+Blue) = 115+104+0=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #736800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736800 is #8C97FF. Grayscale: #5F5F5F. Windows color (decimal): -9213952 or 26739. OLE color: 26739.

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

Color convert

RGB1151040-
CMYK00.1010.55
HSL54.26º100%22.55%-
HSV(B)54.26º100%45.1%-
XYZ12.0213.551.98-
YUV95.4374.14141.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.51%
GREEN value IS 104 (41.02% from 255) = 47.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.51%
G=47.49%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115104000.1010.5554.2610022.55
Hex736800A6437366417
Octal1631500012144676614427
Binary111001111010000010101100100110111110110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736800; }

 p { color: rgb(115,104,0); }

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

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

 a { background-color: rgb(115,104,0); }

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

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

 span { border-color: rgb(115,104,0); }

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