#736C07

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

Shades of Olive #736C07

Tints of Olive #736C07

Color information

#736C07 (or 0x736C07) is unknown color: approx Olive. HEX triplet: 73, 6C and 07. RGB value is (115,108,7). Sum of RGB (Red+Green+Blue) = 115+108+7=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #736C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736C07 is #8C93F8. Grayscale: #626262. Windows color (decimal): -9212921 or 486515. OLE color: 486515.

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

Color convert

RGB1151087-
CMYK00.060.940.55
HSL56.11º88.52%23.92%-
HSV(B)56.11º93.91%45.1%-
XYZ12.4714.392.32-
YUV98.5876.32139.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50%
GREEN value IS 108 (42.58% from 255) = 46.96%
BLUE value IS 7 (3.12% from 255) = 3.04%
R=50%
G=46.96%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115108700.060.940.5556.1188.5223.92
Hex736C7065E37385918
Octal163154706136677013130
Binary1110011110110011101101011110110111111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,108,7); }

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

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

 a { background-color: rgb(115,108,7); }

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

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

 span { border-color: rgb(115,108,7); }

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