#749617

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

Shades of Olive Drab #749617

Tints of Olive Drab #749617

Color information

#749617 (or 0x749617) is unknown color: approx Olive Drab. HEX triplet: 74, 96 and 17. RGB value is (116,150,23). Sum of RGB (Red+Green+Blue) = 116+150+23=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #749617 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749617 is #8B69E8. Grayscale: #7D7D7D. Windows color (decimal): -9136617 or 1545844. OLE color: 1545844.

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

Color convert

RGB11615023-
CMYK0.2300.850.41
HSL76.06º73.41%33.92%-
HSV(B)76.06º84.67%58.82%-
XYZ18.2625.594.79-
YUV125.3670.24121.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 150 (58.98% from 255) = 51.90%
BLUE value IS 23 (9.38% from 255) = 7.96%
R=40.14%
G=51.90%
B=7.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116150230.2300.850.4176.0673.4133.92
Hex74961717055294c4922
Octal164226272701255111411142
Binary11101001001011010111101110101010110100110011001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749617; }

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

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

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

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

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

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

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

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