#748F1A

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

Shades of Olive Drab #748F1A

Tints of Olive Drab #748F1A

Color information

#748F1A (or 0x748F1A) is unknown color: approx Olive Drab. HEX triplet: 74, 8F and 1A. RGB value is (116,143,26). Sum of RGB (Red+Green+Blue) = 116+143+26=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #748F1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748F1A is #8B70E5. Grayscale: #7A7A7A. Windows color (decimal): -9138406 or 1740660. OLE color: 1740660.

HSL color Cylindrical-coordinate representation of color #748F1A: hue angle of 73.85º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #748F1A is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB11614326-
CMYK0.1900.820.44
HSL73.85º69.23%33.14%-
HSV(B)73.85º81.82%56.08%-
XYZ17.2123.434.59-
YUV121.5974.05124.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 143 (56.25% from 255) = 50.18%
BLUE value IS 26 (10.55% from 255) = 9.12%
R=40.70%
G=50.18%
B=9.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116143260.1900.820.4473.8569.2333.14
Hex748F1A130522C4a4521
Octal164217322301225411210541
Binary11101001000111111010100110101001010110010010101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748F1A; }

 p { color: rgb(116,143,26); }

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

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

 a { background-color: rgb(116,143,26); }

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

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

 span { border-color: rgb(116,143,26); }

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