#737C06

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

Shades of Olive #737C06

Tints of Olive #737C06

Color information

#737C06 (or 0x737C06) is unknown color: approx Olive. HEX triplet: 73, 7C and 06. RGB value is (115,124,6). Sum of RGB (Red+Green+Blue) = 115+124+6=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #737C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737C06 is #8C83F9. Grayscale: #6C6C6C. Windows color (decimal): -9208826 or 425075. OLE color: 425075.

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

Color convert

RGB1151246-
CMYK0.0700.950.51
HSL64.58º90.77%25.49%-
HSV(B)64.58º95.16%48.63%-
XYZ14.3118.072.91-
YUV107.8670.52133.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 124 (48.83% from 255) = 50.61%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=46.94%
G=50.61%
B=2.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11512460.0700.950.5164.5890.7725.49
Hex737C6705F33415b19
Octal1631746701376310113331
Binary11100111111100110111010111111100111000001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,124,6); }

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

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

 a { background-color: rgb(115,124,6); }

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

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

 span { border-color: rgb(115,124,6); }

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