#749611

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

Shades of Olive Drab #749611

Tints of Olive Drab #749611

Color information

#749611 (or 0x749611) is unknown color: approx Olive Drab. HEX triplet: 74, 96 and 11. RGB value is (116,150,17). Sum of RGB (Red+Green+Blue) = 116+150+17=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #749611 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749611 is #8B69EE. Grayscale: #7D7D7D. Windows color (decimal): -9136623 or 1152628. OLE color: 1152628.

HSL color Cylindrical-coordinate representation of color #749611: hue angle of 75.34º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #749611 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB11615017-
CMYK0.2300.890.41
HSL75.34º79.64%32.75%-
HSV(B)75.34º88.67%58.82%-
XYZ18.2125.574.51-
YUV124.6767.24121.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.99%
GREEN value IS 150 (58.98% from 255) = 53.00%
BLUE value IS 17 (7.03% from 255) = 6.01%
R=40.99%
G=53.00%
B=6.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116150170.2300.890.4175.3479.6432.75
Hex74961117059294b5021
Octal164226212701315111312041
Binary11101001001011010001101110101100110100110010111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749611; }

 p { color: rgb(116,150,17); }

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

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

 a { background-color: rgb(116,150,17); }

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

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

 span { border-color: rgb(116,150,17); }

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