#739506

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

Shades of Olive Drab #739506

Tints of Olive Drab #739506

Color information

#739506 (or 0x739506) is unknown color: approx Olive Drab. HEX triplet: 73, 95 and 06. RGB value is (115,149,6). Sum of RGB (Red+Green+Blue) = 115+149+6=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #739506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739506 is #8C6AF9. Grayscale: #7B7B7B. Windows color (decimal): -9202426 or 431475. OLE color: 431475.

HSL color Cylindrical-coordinate representation of color #739506: hue angle of 74.27º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #739506 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1151496-
CMYK0.2300.960.42
HSL74.27º92.26%30.39%-
HSV(B)74.27º95.97%58.43%-
XYZ17.8525.154.09-
YUV122.5362.24122.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.59%
GREEN value IS 149 (58.59% from 255) = 55.19%
BLUE value IS 6 (2.73% from 255) = 2.22%
R=42.59%
G=55.19%
B=2.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11514960.2300.960.4274.2792.2630.39
Hex73956170602A4a5c1e
Octal16322562701405211213436
Binary11100111001010111010111011000001010101001010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739506; }

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

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

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

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

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

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

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

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