#736F04

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

Shades of Olive #736F04

Tints of Olive #736F04

Color information

#736F04 (or 0x736F04) is unknown color: approx Olive. HEX triplet: 73, 6F and 04. RGB value is (115,111,4). Sum of RGB (Red+Green+Blue) = 115+111+4=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #736F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736F04 is #8C90FB. Grayscale: #646464. Windows color (decimal): -9212156 or 290675. OLE color: 290675.

HSL color Cylindrical-coordinate representation of color #736F04: hue angle of 57.84º 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 #736F04 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB1151114-
CMYK00.030.970.55
HSL57.84º93.28%23.33%-
HSV(B)57.84º96.52%45.1%-
XYZ12.7815.022.34-
YUV10073.83138.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50%
GREEN value IS 111 (43.75% from 255) = 48.26%
BLUE value IS 4 (1.95% from 255) = 1.74%
R=50%
G=48.26%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115111400.030.970.5557.8493.2823.33
Hex736F40361373a5d17
Octal163157403141677213527
Binary111001111011111000111100001110111111010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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