#736F07

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

Shades of Olive #736F07

Tints of Olive #736F07

Color information

#736F07 (or 0x736F07) is unknown color: approx Olive. HEX triplet: 73, 6F and 07. RGB value is (115,111,7). Sum of RGB (Red+Green+Blue) = 115+111+7=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #736F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736F07 is #8C90F8. Grayscale: #646464. Windows color (decimal): -9212153 or 487283. OLE color: 487283.

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

Color convert

RGB1151117-
CMYK00.030.940.55
HSL57.78º88.52%23.92%-
HSV(B)57.78º93.91%45.1%-
XYZ12.7915.032.43-
YUV100.3475.33138.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.36%
GREEN value IS 111 (43.75% from 255) = 47.64%
BLUE value IS 7 (3.12% from 255) = 3.00%
R=49.36%
G=47.64%
B=3.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115111700.030.940.5557.7888.5223.92
Hex736F7035E373a5918
Octal163157703136677213130
Binary111001111011111110111011110110111111010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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