#749603

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

Shades of Olive #749603

Tints of Olive #749603

Color information

#749603 (or 0x749603) is unknown color: approx Olive. HEX triplet: 74, 96 and 03. RGB value is (116,150,3). Sum of RGB (Red+Green+Blue) = 116+150+3=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #749603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749603 is #8B69FC. Grayscale: #7B7B7B. Windows color (decimal): -9136637 or 235124. OLE color: 235124.

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

Color convert

RGB1161503-
CMYK0.2300.980.41
HSL73.88º96.08%30%-
HSV(B)73.88º98%58.82%-
XYZ18.1325.534.06-
YUV123.0860.24122.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.12%
GREEN value IS 150 (58.98% from 255) = 55.76%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=43.12%
G=55.76%
B=1.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11615030.2300.980.4173.8896.0830
Hex7496317062294a601e
Octal16422632701425111214036
Binary1110100100101101110111011000101010011001010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749603; }

 p { color: rgb(116,150,3); }

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

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

 a { background-color: rgb(116,150,3); }

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

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

 span { border-color: rgb(116,150,3); }

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