Html Css Color HEX #749129 Olive Drab

📋 copy color: '#749129'

red 116 ◦ green 145 ◦ blue 41

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

Shades of Olive Drab #749129

Tints of Olive Drab #749129

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.01%

 BLUE value IS 41 (16.41% from 255) = 13.58%

R = 38.41%
G = 48.01%
B = 13.58%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#749129 (or 0x749129) is known color: Olive Drab. HEX triplet: 74, 91 and 29. RGB value is (116,145,41). Sum of RGB (Red+Green+Blue) = 116+145+41=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #749129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749129 is #8B6ED6. Grayscale: #7C7C7C. Windows color (decimal): -9137879 or 2724212. OLE color: 2724212.

HSL color Cylindrical-coordinate representation of color #749129: hue angle of 76.73º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #749129 is Cyan = 0.2, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 41 -
CMYK 0.2 0 0.72 0.43
HSL 76.73º 0.56% 0.36% -
HSV(B) 76.73º 0.72% 0.57% -
XYZ 17.73 24.12 5.82 -
YUV 124.47 80.89 121.96 -
System Red Green Blue C M Y K H S L
Decimal 116 145 41 0.2 0 0.72 0.43 76.73 0.56 0.36
Hex 74 91 29 14 0 48 2B 4D 38 24
Octal 164 221 51 24 0 110 53 115 70 44
Binary 1110100 10010001 101001 10100 0 1001000 101011 1001101 111000 100100

Color Harmonies of #749129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749129

Black with #749129

Text Example


Text Example

White with #749129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749129; }

 p { color: rgb(116,145,41); }

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

background-color css

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

 a { background-color: rgb(116,145,41); }

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

border-color css

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

 span { border-color: rgb(116,145,41); }

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