#736B0C

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

Shades of Olive #736B0C

Tints of Olive #736B0C

Color information

#736B0C (or 0x736B0C) is unknown color: approx Olive. HEX triplet: 73, 6B and 0C. RGB value is (115,107,12). Sum of RGB (Red+Green+Blue) = 115+107+12=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #736B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736B0C is #8C94F3. Grayscale: #626262. Windows color (decimal): -9213172 or 813939. OLE color: 813939.

HSL color Cylindrical-coordinate representation of color #736B0C: hue angle of 55.34º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #736B0C is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB11510712-
CMYK00.070.900.55
HSL55.34º81.1%24.9%-
HSV(B)55.34º89.57%45.1%-
XYZ12.3914.192.43-
YUV98.5679.15139.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 107 (42.19% from 255) = 45.73%
BLUE value IS 12 (5.08% from 255) = 5.13%
R=49.15%
G=45.73%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151071200.070.900.5555.3481.124.9
Hex736BC075A37375119
Octal1631531407132676712131
Binary11100111101011110001111011010110111110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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