Html Css Color HEX #74911D Olive Drab

📋 copy color: '#74911D'

red 116 ◦ green 145 ◦ blue 29

#74911D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #74911D

Tints of Olive Drab #74911D

RGB

 RED value IS 116 (45.7% from 255) = 40%

 GREEN value IS 145 (57.03% from 255) = 50%

 BLUE value IS 29 (11.72% from 255) = 10%

R = 40%
G = 50%
B = 10%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#74911D (or 0x74911D) is known color: Olive Drab. HEX triplet: 74, 91 and 1D. RGB value is (116,145,29). Sum of RGB (Red+Green+Blue) = 116+145+29=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #74911D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74911D is #8B6EE2. Grayscale: #7B7B7B. Windows color (decimal): -9137891 or 1937780. OLE color: 1937780.

HSL color Cylindrical-coordinate representation of color #74911D: hue angle of 75º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74911D is Cyan = 0.2, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 29 -
CMYK 0.2 0 0.8 0.43
HSL 75º 0.67% 0.34% -
HSV(B) 75º 0.8% 0.57% -
XYZ 17.55 24.05 4.88 -
YUV 123.11 74.89 122.93 -
System Red Green Blue C M Y K H S L
Decimal 116 145 29 0.2 0 0.8 0.43 75 0.67 0.34
Hex 74 91 1D 14 0 50 2B 4B 43 22
Octal 164 221 35 24 0 120 53 113 103 42
Binary 1110100 10010001 11101 10100 0 1010000 101011 1001011 1000011 100010

Color Harmonies of #74911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74911D

Black with #74911D

Text Example


Text Example

White with #74911D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74911D; }

 p { color: rgb(116,145,29); }

 H1.HeaderClassName
 {
   color: #74911D;
 }
 .AnyTagClassName
 {
   color: #74911D;
 }
</style>

background-color css

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

 a { background-color: rgb(116,145,29); }

 div.DivClassName
 {
   background-color: #74911D;
 }
 .BgClassName
 {
   background-color: #74911D;
 }
</style>

border-color css

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

 span { border-color: rgb(116,145,29); }

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