Html Css Color HEX #74931D Olive Drab

📋 copy color: '#74931D'

red 116 ◦ green 147 ◦ blue 29

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

Shades of Olive Drab #74931D

Tints of Olive Drab #74931D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.34%

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

R = 39.73%
G = 50.34%
B = 9.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#74931D (or 0x74931D) is known color: Olive Drab. HEX triplet: 74, 93 and 1D. RGB value is (116,147,29). Sum of RGB (Red+Green+Blue) = 116+147+29=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #74931D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74931D is #8B6CE2. Grayscale: #7C7C7C. Windows color (decimal): -9137379 or 1938292. OLE color: 1938292.

HSL color Cylindrical-coordinate representation of color #74931D: hue angle of 75.76º 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 #74931D is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 29 -
CMYK 0.21 0 0.80 0.42
HSL 75.76º 0.67% 0.35% -
HSV(B) 75.76º 0.8% 0.58% -
XYZ 17.86 24.67 4.98 -
YUV 124.28 74.23 122.09 -
System Red Green Blue C M Y K H S L
Decimal 116 147 29 0.21 0 0.80 0.42 75.76 0.67 0.35
Hex 74 93 1D 15 0 50 2A 4C 43 23
Octal 164 223 35 25 0 120 52 114 103 43
Binary 1110100 10010011 11101 10101 0 1010000 101010 1001100 1000011 100011

Color Harmonies of #74931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74931D

Black with #74931D

Text Example


Text Example

White with #74931D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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