#749025

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

Shades of Olive Drab #749025

Tints of Olive Drab #749025

Color information

#749025 (or 0x749025) is unknown color: approx Olive Drab. HEX triplet: 74, 90 and 25. RGB value is (116,144,37). Sum of RGB (Red+Green+Blue) = 116+144+37=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #749025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749025 is #8B6FDA. Grayscale: #7B7B7B. Windows color (decimal): -9138139 or 2461812. OLE color: 2461812.

HSL color Cylindrical-coordinate representation of color #749025: hue angle of 75.7º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #749025 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB11614437-
CMYK0.1900.740.44
HSL75.7º59.12%35.49%-
HSV(B)75.7º74.31%56.47%-
XYZ17.5123.795.42-
YUV123.4379.22122.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 37 (14.84% from 255) = 12.46%
R=39.06%
G=48.48%
B=12.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116144370.1900.740.4475.759.1235.49
Hex7490251304A2C4c3b23
Octal16422045230112541147343
Binary11101001001000010010110011010010101011001001100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749025; }

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

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

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

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

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

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

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

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