#748E21

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

Shades of Olive Drab #748E21

Tints of Olive Drab #748E21

Color information

#748E21 (or 0x748E21) is unknown color: approx Olive Drab. HEX triplet: 74, 8E and 21. RGB value is (116,142,33). Sum of RGB (Red+Green+Blue) = 116+142+33=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 142 - color contains mainly: green. Hex color #748E21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748E21 is #8B71DE. Grayscale: #7A7A7A. Windows color (decimal): -9138655 or 2199156. OLE color: 2199156.

HSL color Cylindrical-coordinate representation of color #748E21: hue angle of 74.31º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #748E21 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB11614233-
CMYK0.1800.770.44
HSL74.31º62.29%34.31%-
HSV(B)74.31º76.76%55.69%-
XYZ17.1523.175.01-
YUV121.877.89123.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 142 (55.86% from 255) = 48.80%
BLUE value IS 33 (13.28% from 255) = 11.34%
R=39.86%
G=48.80%
B=11.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116142330.1800.770.4474.3162.2934.31
Hex748E211204D2C4a3e22
Octal16421641220115541127642
Binary11101001000111010000110010010011011011001001010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,142,33); }

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

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

 a { background-color: rgb(116,142,33); }

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

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

 span { border-color: rgb(116,142,33); }

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