#749420

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

Shades of Olive Drab #749420

Tints of Olive Drab #749420

Color information

#749420 (or 0x749420) is unknown color: approx Olive Drab. HEX triplet: 74, 94 and 20. RGB value is (116,148,32). Sum of RGB (Red+Green+Blue) = 116+148+32=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #749420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749420 is #8B6BDF. Grayscale: #7D7D7D. Windows color (decimal): -9137120 or 2135156. OLE color: 2135156.

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

Color convert

RGB11614832-
CMYK0.2200.780.42
HSL76.55º64.44%35.29%-
HSV(B)76.55º78.38%58.04%-
XYZ18.05255.24-
YUV125.2175.4121.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 148 (58.20% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 10.81%
R=39.19%
G=50%
B=10.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116148320.2200.780.4276.5564.4435.29
Hex7494201604E2A4d4023
Octal164224402601165211510043
Binary111010010010100100000101100100111010101010011011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749420; }

 p { color: rgb(116,148,32); }

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

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

 a { background-color: rgb(116,148,32); }

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

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

 span { border-color: rgb(116,148,32); }

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