#749226

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

Shades of Olive Drab #749226

Tints of Olive Drab #749226

Color information

#749226 (or 0x749226) is unknown color: approx Olive Drab. HEX triplet: 74, 92 and 26. RGB value is (116,146,38). Sum of RGB (Red+Green+Blue) = 116+146+38=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #749226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749226 is #8B6DD9. Grayscale: #7D7D7D. Windows color (decimal): -9137626 or 2527860. OLE color: 2527860.

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

Color convert

RGB11614638-
CMYK0.2100.740.43
HSL76.67º58.7%36.08%-
HSV(B)76.67º73.97%57.25%-
XYZ17.8324.415.61-
YUV124.7279.06121.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 146 (57.42% from 255) = 48.67%
BLUE value IS 38 (15.23% from 255) = 12.67%
R=38.67%
G=48.67%
B=12.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116146380.2100.740.4376.6758.736.08
Hex7492261504A2B4d3b24
Octal16422246250112531157344
Binary11101001001001010011010101010010101010111001101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749226; }

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

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

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

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

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

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

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

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