#748B2B

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

Shades of Olive Drab #748B2B

Tints of Olive Drab #748B2B

Color information

#748B2B (or 0x748B2B) is unknown color: approx Olive Drab. HEX triplet: 74, 8B and 2B. RGB value is (116,139,43). Sum of RGB (Red+Green+Blue) = 116+139+43=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #748B2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B2B is #8B74D4. Grayscale: #797979. Windows color (decimal): -9139413 or 2853748. OLE color: 2853748.

HSL color Cylindrical-coordinate representation of color #748B2B: hue angle of 74.38º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #748B2B is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB11613943-
CMYK0.1700.690.45
HSL74.38º52.75%35.69%-
HSV(B)74.38º69.06%54.51%-
XYZ16.8722.355.71-
YUV121.1883.88124.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 139 (54.69% from 255) = 46.64%
BLUE value IS 43 (17.19% from 255) = 14.43%
R=38.93%
G=46.64%
B=14.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116139430.1700.690.4574.3852.7535.69
Hex748B2B110452D4a3524
Octal16421353210105551126544
Binary11101001000101110101110001010001011011011001010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,139,43); }

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

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

 a { background-color: rgb(116,139,43); }

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

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

 span { border-color: rgb(116,139,43); }

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