#749527

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

Shades of Olive Drab #749527

Tints of Olive Drab #749527

Color information

#749527 (or 0x749527) is unknown color: approx Olive Drab. HEX triplet: 74, 95 and 27. RGB value is (116,149,39). Sum of RGB (Red+Green+Blue) = 116+149+39=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #749527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749527 is #8B6AD8. Grayscale: #7F7F7F. Windows color (decimal): -9136857 or 2594164. OLE color: 2594164.

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

Color convert

RGB11614939-
CMYK0.2200.740.42
HSL78º58.51%36.86%-
HSV(B)78º73.83%58.43%-
XYZ18.3225.355.85-
YUV126.5978.57120.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 149 (58.59% from 255) = 49.01%
BLUE value IS 39 (15.62% from 255) = 12.83%
R=38.16%
G=49.01%
B=12.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116149390.2200.740.427858.5136.86
Hex7495271604A2A4e3b25
Octal16422547260112521167345
Binary11101001001010110011110110010010101010101001110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749527; }

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

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

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

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

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

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

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

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