#736D01

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

Shades of Olive #736D01

Tints of Olive #736D01

Color information

#736D01 (or 0x736D01) is unknown color: approx Olive. HEX triplet: 73, 6D and 01. RGB value is (115,109,1). Sum of RGB (Red+Green+Blue) = 115+109+1=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #736D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736D01 is #8C92FE. Grayscale: #626262. Windows color (decimal): -9212671 or 93555. OLE color: 93555.

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

Color convert

RGB1151091-
CMYK00.050.990.55
HSL56.84º98.28%22.75%-
HSV(B)56.84º99.13%45.1%-
XYZ12.5414.582.18-
YUV98.4872.99139.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 109 (42.97% from 255) = 48.44%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=51.11%
G=48.44%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115109100.050.990.5556.8498.2822.75
Hex736D1056337396217
Octal163155105143677114227
Binary11100111101101101011100011110111111001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,109,1); }

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

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

 a { background-color: rgb(115,109,1); }

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

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

 span { border-color: rgb(115,109,1); }

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