#748D25

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

Shades of Olive Drab #748D25

Tints of Olive Drab #748D25

Color information

#748D25 (or 0x748D25) is unknown color: approx Olive Drab. HEX triplet: 74, 8D and 25. RGB value is (116,141,37). Sum of RGB (Red+Green+Blue) = 116+141+37=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #748D25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748D25 is #8B72DA. Grayscale: #7A7A7A. Windows color (decimal): -9138907 or 2461044. OLE color: 2461044.

HSL color Cylindrical-coordinate representation of color #748D25: hue angle of 74.42º degrees, saturation: 0.58, 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 #748D25 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB11614137-
CMYK0.1800.740.45
HSL74.42º58.43%34.9%-
HSV(B)74.42º73.76%55.29%-
XYZ17.0622.95.27-
YUV121.6780.22123.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.46%
GREEN value IS 141 (55.47% from 255) = 47.96%
BLUE value IS 37 (14.84% from 255) = 12.59%
R=39.46%
G=47.96%
B=12.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116141370.1800.740.4574.4258.4334.9
Hex748D251204A2D4a3a23
Octal16421545220112551127243
Binary11101001000110110010110010010010101011011001010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,141,37); }

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

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

 a { background-color: rgb(116,141,37); }

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

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

 span { border-color: rgb(116,141,37); }

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