#749223

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

Shades of Olive Drab #749223

Tints of Olive Drab #749223

Color information

#749223 (or 0x749223) is unknown color: approx Olive Drab. HEX triplet: 74, 92 and 23. RGB value is (116,146,35). Sum of RGB (Red+Green+Blue) = 116+146+35=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #749223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749223 is #8B6DDC. Grayscale: #7C7C7C. Windows color (decimal): -9137629 or 2331252. OLE color: 2331252.

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

Color convert

RGB11614635-
CMYK0.2100.760.43
HSL76.22º61.33%35.49%-
HSV(B)76.22º76.03%57.25%-
XYZ17.7824.395.36-
YUV124.3877.56122.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 146 (57.42% from 255) = 49.16%
BLUE value IS 35 (14.06% from 255) = 11.78%
R=39.06%
G=49.16%
B=11.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116146350.2100.760.4376.2261.3335.49
Hex7492231504C2B4c3d23
Octal16422243250114531147543
Binary11101001001001010001110101010011001010111001100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749223; }

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

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

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

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

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

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

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

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