Html Css Color HEX #749320 Olive Drab

📋 copy color: '#749320'

red 116 ◦ green 147 ◦ blue 32

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

Shades of Olive Drab #749320

Tints of Olive Drab #749320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 39.32%
G = 49.83%
B = 10.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#749320 (or 0x749320) is known color: Olive Drab. HEX triplet: 74, 93 and 20. RGB value is (116,147,32). Sum of RGB (Red+Green+Blue) = 116+147+32=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #749320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749320 is #8B6CDF. Grayscale: #7D7D7D. Windows color (decimal): -9137376 or 2134900. OLE color: 2134900.

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

Color convert

RGB 116 147 32 -
CMYK 0.21 0 0.78 0.42
HSL 76.17º 0.64% 0.35% -
HSV(B) 76.17º 0.78% 0.58% -
XYZ 17.9 24.68 5.19 -
YUV 124.62 75.73 121.85 -
System Red Green Blue C M Y K H S L
Decimal 116 147 32 0.21 0 0.78 0.42 76.17 0.64 0.35
Hex 74 93 20 15 0 4E 2A 4C 40 23
Octal 164 223 40 25 0 116 52 114 100 43
Binary 1110100 10010011 100000 10101 0 1001110 101010 1001100 1000000 100011

Color Harmonies of #749320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749320

Black with #749320

Text Example


Text Example

White with #749320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749320; }

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

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

background-color css

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

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

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

border-color css

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

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

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