#736B05

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

Shades of Olive #736B05

Tints of Olive #736B05

Color information

#736B05 (or 0x736B05) is unknown color: approx Olive. HEX triplet: 73, 6B and 05. RGB value is (115,107,5). Sum of RGB (Red+Green+Blue) = 115+107+5=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #736B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736B05 is #8C94FA. Grayscale: #626262. Windows color (decimal): -9213179 or 355187. OLE color: 355187.

HSL color Cylindrical-coordinate representation of color #736B05: hue angle of 55.64º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #736B05 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB1151075-
CMYK00.070.960.55
HSL55.64º91.67%23.53%-
HSV(B)55.64º95.65%45.1%-
XYZ12.3614.172.23-
YUV97.7675.65140.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 107 (42.19% from 255) = 47.14%
BLUE value IS 5 (2.34% from 255) = 2.20%
R=50.66%
G=47.14%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115107500.070.960.5555.6491.6723.53
Hex736B5076037385c18
Octal163153507140677013430
Binary1110011110101110101111100000110111111000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,107,5); }

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

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

 a { background-color: rgb(115,107,5); }

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

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

 span { border-color: rgb(115,107,5); }

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