#749314

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

Shades of Olive Drab #749314

Tints of Olive Drab #749314

Color information

#749314 (or 0x749314) is unknown color: approx Olive Drab. HEX triplet: 74, 93 and 14. RGB value is (116,147,20). Sum of RGB (Red+Green+Blue) = 116+147+20=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #749314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749314 is #8B6CEB. Grayscale: #7B7B7B. Windows color (decimal): -9137388 or 1348468. OLE color: 1348468.

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

Color convert

RGB11614720-
CMYK0.2100.860.42
HSL74.65º76.05%32.75%-
HSV(B)74.65º86.39%57.65%-
XYZ17.7624.634.48-
YUV123.2569.73122.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.99%
GREEN value IS 147 (57.81% from 255) = 51.94%
BLUE value IS 20 (8.20% from 255) = 7.07%
R=40.99%
G=51.94%
B=7.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116147200.2100.860.4274.6576.0532.75
Hex749314150562A4b4c21
Octal164223242501265211311441
Binary11101001001001110100101010101011010101010010111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749314; }

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

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

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

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

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

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

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

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