#748c24

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

Shades of Olive Drab #748C24

Tints of Olive Drab #748C24

Color information

#748C24 (or 0x748C24) is unknown color: approx Olive Drab. HEX triplet: 74, 8C and 24. RGB value is (116,140,36). Sum of RGB (Red+Green+Blue) = 116+140+36=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #748C24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748C24 is #8B73DB. Grayscale: #797979. Windows color (decimal): -9139164 or 2395252. OLE color: 2395252.

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

Color convert

RGB11614036-
CMYK0.1700.740.45
HSL73.85º59.09%34.51%-
HSV(B)73.85º74.29%54.9%-
XYZ16.922.65.14-
YUV120.9780.05124.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.73%
GREEN value IS 140 (55.08% from 255) = 47.95%
BLUE value IS 36 (14.45% from 255) = 12.33%
R=39.73%
G=47.95%
B=12.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116140360.1700.740.4573.8559.0934.51
Hex748C241104A2D4a3b23
Octal16421444210112551127343
Binary11101001000110010010010001010010101011011001010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748c24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,140,36); }

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

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

 a { background-color: rgb(116,140,36); }

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

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

 span { border-color: rgb(116,140,36); }

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