Html Css Color HEX #749322 Olive Drab

📋 copy color: '#749322'

red 116 ◦ green 147 ◦ blue 34

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

Shades of Olive Drab #749322

Tints of Olive Drab #749322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.45%

R = 39.06%
G = 49.49%
B = 11.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#749322 (or 0x749322) is known color: Olive Drab. HEX triplet: 74, 93 and 22. RGB value is (116,147,34). Sum of RGB (Red+Green+Blue) = 116+147+34=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #749322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749322 is #8B6CDD. Grayscale: #7D7D7D. Windows color (decimal): -9137374 or 2265972. OLE color: 2265972.

HSL color Cylindrical-coordinate representation of color #749322: hue angle of 76.46º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #749322 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 34 -
CMYK 0.21 0 0.77 0.42
HSL 76.46º 0.62% 0.35% -
HSV(B) 76.46º 0.77% 0.58% -
XYZ 17.92 24.7 5.34 -
YUV 124.85 76.73 121.69 -
System Red Green Blue C M Y K H S L
Decimal 116 147 34 0.21 0 0.77 0.42 76.46 0.62 0.35
Hex 74 93 22 15 0 4D 2A 4C 3E 23
Octal 164 223 42 25 0 115 52 114 76 43
Binary 1110100 10010011 100010 10101 0 1001101 101010 1001100 111110 100011

Color Harmonies of #749322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749322

Black with #749322

Text Example


Text Example

White with #749322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749322; }

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

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

background-color css

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

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

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

border-color css

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

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

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