#737A00

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

Shades of Olive #737A00

Tints of Olive #737A00

Color information

#737A00 (or 0x737A00) is unknown color: approx Olive. HEX triplet: 73, 7A and 00. RGB value is (115,122,0). Sum of RGB (Red+Green+Blue) = 115+122+0=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 122 (48.05% from 255 or 51.48% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 122 - color contains mainly: green. Hex color #737A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737A00 is #8C85FF. Grayscale: #6A6A6A. Windows color (decimal): -9209344 or 31347. OLE color: 31347.

HSL color Cylindrical-coordinate representation of color #737A00: hue angle of 63.44º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #737A00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB1151220-
CMYK0.06010.52
HSL63.44º100%23.92%-
HSV(B)63.44º100%47.84%-
XYZ14.0317.562.65-
YUV10668.18134.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 122 (48.05% from 255) = 51.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.52%
G=51.48%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11512200.06010.5263.4410023.92
Hex737A06064343f6418
Octal163172060144647714430
Binary11100111111010011001100100110100111111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,122,0); }

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

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

 a { background-color: rgb(115,122,0); }

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

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

 span { border-color: rgb(115,122,0); }

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