#737601

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

Shades of Olive #737601

Tints of Olive #737601

Color information

#737601 (or 0x737601) is unknown color: approx Olive. HEX triplet: 73, 76 and 01. RGB value is (115,118,1). Sum of RGB (Red+Green+Blue) = 115+118+1=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #737601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737601 is #8C89FE. Grayscale: #686868. Windows color (decimal): -9210367 or 95859. OLE color: 95859.

HSL color Cylindrical-coordinate representation of color #737601: hue angle of 61.54º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #737601 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB1151181-
CMYK0.0300.990.54
HSL61.54º98.32%23.33%-
HSV(B)61.54º99.15%46.27%-
XYZ13.5516.62.52-
YUV103.7670.01136.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 118 (46.48% from 255) = 50.43%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=49.15%
G=50.43%
B=0.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11511810.0300.990.5461.5498.3223.33
Hex737613063363e6217
Octal163166130143667614227
Binary1110011111011011101100011110110111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737601; }

 p { color: rgb(115,118,1); }

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

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

 a { background-color: rgb(115,118,1); }

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

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

 span { border-color: rgb(115,118,1); }

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