#749225

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

Shades of Olive Drab #749225

Tints of Olive Drab #749225

Color information

#749225 (or 0x749225) is unknown color: approx Olive Drab. HEX triplet: 74, 92 and 25. RGB value is (116,146,37). Sum of RGB (Red+Green+Blue) = 116+146+37=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #749225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749225 is #8B6DDA. Grayscale: #7D7D7D. Windows color (decimal): -9137627 or 2462324. OLE color: 2462324.

HSL color Cylindrical-coordinate representation of color #749225: hue angle of 76.51º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #749225 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB11614637-
CMYK0.2100.750.43
HSL76.51º59.56%35.88%-
HSV(B)76.51º74.66%57.25%-
XYZ17.8224.45.52-
YUV124.678.56121.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 146 (57.42% from 255) = 48.83%
BLUE value IS 37 (14.84% from 255) = 12.37%
R=38.80%
G=48.83%
B=12.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116146370.2100.750.4376.5159.5635.88
Hex7492251504B2B4d3c24
Octal16422245250113531157444
Binary11101001001001010010110101010010111010111001101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749225; }

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

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

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

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

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

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

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

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