#749306

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

Shades of Olive #749306

Tints of Olive #749306

Color information

#749306 (or 0x749306) is unknown color: approx Olive. HEX triplet: 74, 93 and 06. RGB value is (116,147,6). Sum of RGB (Red+Green+Blue) = 116+147+6=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #749306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749306 is #8B6CF9. Grayscale: #7A7A7A. Windows color (decimal): -9137402 or 430964. OLE color: 430964.

HSL color Cylindrical-coordinate representation of color #749306: hue angle of 73.19º 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 #749306 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1161476-
CMYK0.2100.960.42
HSL73.19º92.16%30%-
HSV(B)73.19º95.92%57.65%-
XYZ17.6724.593.99-
YUV121.6662.73123.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.12%
GREEN value IS 147 (57.81% from 255) = 54.65%
BLUE value IS 6 (2.73% from 255) = 2.23%
R=43.12%
G=54.65%
B=2.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11614760.2100.960.4273.1992.1630
Hex74936150602A495c1e
Octal16422362501405211113436
Binary11101001001001111010101011000001010101001001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749306; }

 p { color: rgb(116,147,6); }

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

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

 a { background-color: rgb(116,147,6); }

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

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

 span { border-color: rgb(116,147,6); }

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