#749323

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

Shades of Olive Drab #749323

Tints of Olive Drab #749323

Color information

#749323 (or 0x749323) is unknown color: approx Olive Drab. HEX triplet: 74, 93 and 23. RGB value is (116,147,35). Sum of RGB (Red+Green+Blue) = 116+147+35=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #749323 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749323 is #8B6CDC. Grayscale: #7D7D7D. Windows color (decimal): -9137373 or 2331508. OLE color: 2331508.

HSL color Cylindrical-coordinate representation of color #749323: hue angle of 76.61º degrees, saturation: 0.62, 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 #749323 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB11614735-
CMYK0.2100.760.42
HSL76.61º61.54%35.69%-
HSV(B)76.61º76.19%57.65%-
XYZ17.9424.75.41-
YUV124.9677.23121.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 147 (57.81% from 255) = 49.33%
BLUE value IS 35 (14.06% from 255) = 11.74%
R=38.93%
G=49.33%
B=11.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116147350.2100.760.4276.6161.5435.69
Hex7493231504C2A4d3e24
Octal16422343250114521157644
Binary11101001001001110001110101010011001010101001101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749323; }

 p { color: rgb(116,147,35); }

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

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

 a { background-color: rgb(116,147,35); }

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

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

 span { border-color: rgb(116,147,35); }

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