#737D05

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

Shades of Olive #737D05

Tints of Olive #737D05

Color information

#737D05 (or 0x737D05) is unknown color: approx Olive. HEX triplet: 73, 7D and 05. RGB value is (115,125,5). Sum of RGB (Red+Green+Blue) = 115+125+5=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 125 (49.22% from 255 or 51.02% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 125 - color contains mainly: green. Hex color #737D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737D05 is #8C82FA. Grayscale: #6C6C6C. Windows color (decimal): -9208571 or 359795. OLE color: 359795.

HSL color Cylindrical-coordinate representation of color #737D05: hue angle of 65º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #737D05 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB1151255-
CMYK0.0800.960.51
HSL65º92.31%25.49%-
HSV(B)65º96%49.02%-
XYZ14.4318.322.92-
YUV108.3369.69132.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 125 (49.22% from 255) = 51.02%
BLUE value IS 5 (2.34% from 255) = 2.04%
R=46.94%
G=51.02%
B=2.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11512550.0800.960.516592.3125.49
Hex737D5806033415c19
Octal16317551001406310113431
Binary111001111111011011000011000001100111000001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,125,5); }

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

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

 a { background-color: rgb(115,125,5); }

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

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

 span { border-color: rgb(115,125,5); }

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