Html Css Color HEX #74941D Olive Drab

📋 copy color: '#74941D'

red 116 ◦ green 148 ◦ blue 29

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

Shades of Olive Drab #74941D

Tints of Olive Drab #74941D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.51%

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

R = 39.59%
G = 50.51%
B = 9.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#74941D (or 0x74941D) is known color: Olive Drab. HEX triplet: 74, 94 and 1D. RGB value is (116,148,29). Sum of RGB (Red+Green+Blue) = 116+148+29=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #74941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74941D is #8B6BE2. Grayscale: #7D7D7D. Windows color (decimal): -9137123 or 1938548. OLE color: 1938548.

HSL color Cylindrical-coordinate representation of color #74941D: hue angle of 76.13º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74941D is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 29 -
CMYK 0.22 0 0.80 0.42
HSL 76.13º 0.67% 0.35% -
HSV(B) 76.13º 0.8% 0.58% -
XYZ 18.01 24.98 5.03 -
YUV 124.87 73.9 121.68 -
System Red Green Blue C M Y K H S L
Decimal 116 148 29 0.22 0 0.80 0.42 76.13 0.67 0.35
Hex 74 94 1D 16 0 50 2A 4C 43 23
Octal 164 224 35 26 0 120 52 114 103 43
Binary 1110100 10010100 11101 10110 0 1010000 101010 1001100 1000011 100011

Color Harmonies of #74941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74941D

Black with #74941D

Text Example


Text Example

White with #74941D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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