#737F01

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

Shades of Olive #737F01

Tints of Olive #737F01

Color information

#737F01 (or 0x737F01) is unknown color: approx Olive. HEX triplet: 73, 7F and 01. RGB value is (115,127,1). Sum of RGB (Red+Green+Blue) = 115+127+1=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 127 (50% from 255 or 52.26% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 127 - color contains mainly: green. Hex color #737F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737F01 is #8C80FE. Grayscale: #6D6D6D. Windows color (decimal): -9208063 or 98163. OLE color: 98163.

HSL color Cylindrical-coordinate representation of color #737F01: hue angle of 65.71º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #737F01 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB1151271-
CMYK0.0900.990.50
HSL65.71º98.44%25.1%-
HSV(B)65.71º99.21%49.8%-
XYZ14.6718.832.89-
YUV109.0567.02132.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.33%
GREEN value IS 127 (50% from 255) = 52.26%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=47.33%
G=52.26%
B=0.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11512710.0900.990.5065.7198.4425.1
Hex737F1906332426219
Octal16317711101436210214231
Binary1110011111111111001011000111100101000010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737F01; }

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

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

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

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

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

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

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

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