Html Css Color HEX #749324 Olive Drab

📋 copy color: '#749324'

red 116 ◦ green 147 ◦ blue 36

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

Shades of Olive Drab #749324

Tints of Olive Drab #749324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.04%

R = 38.8%
G = 49.16%
B = 12.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#749324 (or 0x749324) is known color: Olive Drab. HEX triplet: 74, 93 and 24. RGB value is (116,147,36). Sum of RGB (Red+Green+Blue) = 116+147+36=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #749324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749324 is #8B6CDB. Grayscale: #7D7D7D. Windows color (decimal): -9137372 or 2397044. OLE color: 2397044.

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

Color convert

RGB 116 147 36 -
CMYK 0.21 0 0.76 0.42
HSL 76.76º 0.61% 0.36% -
HSV(B) 76.76º 0.76% 0.58% -
XYZ 17.95 24.71 5.49 -
YUV 125.08 77.73 121.53 -
System Red Green Blue C M Y K H S L
Decimal 116 147 36 0.21 0 0.76 0.42 76.76 0.61 0.36
Hex 74 93 24 15 0 4C 2A 4D 3D 24
Octal 164 223 44 25 0 114 52 115 75 44
Binary 1110100 10010011 100100 10101 0 1001100 101010 1001101 111101 100100

Color Harmonies of #749324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749324

Black with #749324

Text Example


Text Example

White with #749324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749324; }

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

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

background-color css

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

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

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

border-color css

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

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

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