#74891C

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

Shades of Olive Drab #74891C

Tints of Olive Drab #74891C

Color information

#74891C (or 0x74891C) is unknown color: approx Olive Drab. HEX triplet: 74, 89 and 1C. RGB value is (116,137,28). Sum of RGB (Red+Green+Blue) = 116+137+28=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #74891C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74891C is #8B76E3. Grayscale: #767676. Windows color (decimal): -9139940 or 1870196. OLE color: 1870196.

HSL color Cylindrical-coordinate representation of color #74891C: hue angle of 71.56º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74891C is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB11613728-
CMYK0.1500.800.46
HSL71.56º66.06%32.35%-
HSV(B)71.56º79.56%53.73%-
XYZ16.3621.694.42-
YUV118.2977.04126.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 137 (53.91% from 255) = 48.75%
BLUE value IS 28 (11.33% from 255) = 9.96%
R=41.28%
G=48.75%
B=9.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116137280.1500.800.4671.5666.0632.35
Hex74891CF0502E484220
Octal164211341701205611010240
Binary1110100100010011110011110101000010111010010001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74891C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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