#74901E

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

Shades of Olive Drab #74901E

Tints of Olive Drab #74901E

Color information

#74901E (or 0x74901E) is unknown color: approx Olive Drab. HEX triplet: 74, 90 and 1E. RGB value is (116,144,30). Sum of RGB (Red+Green+Blue) = 116+144+30=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #74901E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74901E is #8B6FE1. Grayscale: #7B7B7B. Windows color (decimal): -9138146 or 2003060. OLE color: 2003060.

HSL color Cylindrical-coordinate representation of color #74901E: hue angle of 74.74º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74901E is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB11614430-
CMYK0.1900.790.44
HSL74.74º65.52%34.12%-
HSV(B)74.74º79.17%56.47%-
XYZ17.4123.754.9-
YUV122.6375.72123.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40%
GREEN value IS 144 (56.64% from 255) = 49.66%
BLUE value IS 30 (12.11% from 255) = 10.34%
R=40%
G=49.66%
B=10.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116144300.1900.790.4474.7465.5234.12
Hex74901E1304F2C4b4222
Octal164220362301175411310242
Binary11101001001000011110100110100111110110010010111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74901E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74901E; }

 p { color: rgb(116,144,30); }

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

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

 a { background-color: rgb(116,144,30); }

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

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

 span { border-color: rgb(116,144,30); }

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