#749307

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

Shades of Olive #749307

Tints of Olive #749307

Color information

#749307 (or 0x749307) is unknown color: approx Olive. HEX triplet: 74, 93 and 07. RGB value is (116,147,7). Sum of RGB (Red+Green+Blue) = 116+147+7=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #749307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749307 is #8B6CF8. Grayscale: #7A7A7A. Windows color (decimal): -9137401 or 496500. OLE color: 496500.

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

Color convert

RGB1161477-
CMYK0.2100.950.42
HSL73.29º90.91%30.2%-
HSV(B)73.29º95.24%57.65%-
XYZ17.6724.64.02-
YUV121.7763.23123.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 147 (57.81% from 255) = 54.44%
BLUE value IS 7 (3.12% from 255) = 2.59%
R=42.96%
G=54.44%
B=2.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11614770.2100.950.4273.2990.9130.2
Hex749371505F2A495b1e
Octal16422372501375211113336
Binary11101001001001111110101010111111010101001001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749307; }

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

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

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

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

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

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

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

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