#749524

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

Shades of Olive Drab #749524

Tints of Olive Drab #749524

Color information

#749524 (or 0x749524) is unknown color: approx Olive Drab. HEX triplet: 74, 95 and 24. RGB value is (116,149,36). Sum of RGB (Red+Green+Blue) = 116+149+36=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #749524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749524 is #8B6ADB. Grayscale: #7E7E7E. Windows color (decimal): -9136860 or 2397556. OLE color: 2397556.

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

Color convert

RGB11614936-
CMYK0.2200.760.42
HSL77.52º61.08%36.27%-
HSV(B)77.52º75.84%58.43%-
XYZ18.2725.345.6-
YUV126.2577.07120.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 149 (58.59% from 255) = 49.50%
BLUE value IS 36 (14.45% from 255) = 11.96%
R=38.54%
G=49.50%
B=11.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116149360.2200.760.4277.5261.0836.27
Hex7495241604C2A4e3d24
Octal16422544260114521167544
Binary11101001001010110010010110010011001010101001110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749524; }

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

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

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

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

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

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

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

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