#749529

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

Shades of Olive Drab #749529

Tints of Olive Drab #749529

Color information

#749529 (or 0x749529) is unknown color: approx Olive Drab. HEX triplet: 74, 95 and 29. RGB value is (116,149,41). Sum of RGB (Red+Green+Blue) = 116+149+41=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #749529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749529 is #8B6AD6. Grayscale: #7F7F7F. Windows color (decimal): -9136855 or 2725236. OLE color: 2725236.

HSL color Cylindrical-coordinate representation of color #749529: hue angle of 78.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #749529 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB11614941-
CMYK0.2200.720.42
HSL78.33º56.84%37.25%-
HSV(B)78.33º72.48%58.43%-
XYZ18.3525.376.03-
YUV126.8279.57120.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 149 (58.59% from 255) = 48.69%
BLUE value IS 41 (16.41% from 255) = 13.40%
R=37.91%
G=48.69%
B=13.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116149410.2200.720.4278.3356.8437.25
Hex749529160482A4e3925
Octal16422551260110521167145
Binary11101001001010110100110110010010001010101001110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749529; }

 p { color: rgb(116,149,41); }

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

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

 a { background-color: rgb(116,149,41); }

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

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

 span { border-color: rgb(116,149,41); }

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