#749222

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

Shades of Olive Drab #749222

Tints of Olive Drab #749222

Color information

#749222 (or 0x749222) is unknown color: approx Olive Drab. HEX triplet: 74, 92 and 22. RGB value is (116,146,34). Sum of RGB (Red+Green+Blue) = 116+146+34=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #749222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749222 is #8B6DDD. Grayscale: #7C7C7C. Windows color (decimal): -9137630 or 2265716. OLE color: 2265716.

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

Color convert

RGB11614634-
CMYK0.2100.770.43
HSL76.07º62.22%35.29%-
HSV(B)76.07º76.71%57.25%-
XYZ17.7724.395.28-
YUV124.2677.06122.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 146 (57.42% from 255) = 49.32%
BLUE value IS 34 (13.67% from 255) = 11.49%
R=39.19%
G=49.32%
B=11.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116146340.2100.770.4376.0762.2235.29
Hex7492221504D2B4c3e23
Octal16422242250115531147643
Binary11101001001001010001010101010011011010111001100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749222; }

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

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

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

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

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

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

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

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