#74931C

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

Shades of Olive Drab #74931C

Tints of Olive Drab #74931C

Color information

#74931C (or 0x74931C) is unknown color: approx Olive Drab. HEX triplet: 74, 93 and 1C. RGB value is (116,147,28). Sum of RGB (Red+Green+Blue) = 116+147+28=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #74931C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74931C is #8B6CE3. Grayscale: #7C7C7C. Windows color (decimal): -9137380 or 1872756. OLE color: 1872756.

HSL color Cylindrical-coordinate representation of color #74931C: hue angle of 75.63º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74931C is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB11614728-
CMYK0.2100.810.42
HSL75.63º68%34.31%-
HSV(B)75.63º80.95%57.65%-
XYZ17.8524.664.92-
YUV124.1673.73122.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 147 (57.81% from 255) = 50.52%
BLUE value IS 28 (11.33% from 255) = 9.62%
R=39.86%
G=50.52%
B=9.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116147280.2100.810.4275.636834.31
Hex74931C150512A4c4422
Octal164223342501215211410442
Binary11101001001001111100101010101000110101010011001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74931C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74931C; }

 p { color: rgb(116,147,28); }

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

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

 a { background-color: rgb(116,147,28); }

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

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

 span { border-color: rgb(116,147,28); }

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