Html Css Color HEX #749229 Olive Drab

📋 copy color: '#749229'

red 116 ◦ green 146 ◦ blue 41

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

Shades of Olive Drab #749229

Tints of Olive Drab #749229

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.18%

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

R = 38.28%
G = 48.18%
B = 13.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#749229 (or 0x749229) is known color: Olive Drab. HEX triplet: 74, 92 and 29. RGB value is (116,146,41). Sum of RGB (Red+Green+Blue) = 116+146+41=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #749229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749229 is #8B6DD6. Grayscale: #7D7D7D. Windows color (decimal): -9137623 or 2724468. OLE color: 2724468.

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

Color convert

RGB 116 146 41 -
CMYK 0.21 0 0.72 0.43
HSL 77.14º 0.56% 0.37% -
HSV(B) 77.14º 0.72% 0.57% -
XYZ 17.88 24.43 5.87 -
YUV 125.06 80.56 121.54 -
System Red Green Blue C M Y K H S L
Decimal 116 146 41 0.21 0 0.72 0.43 77.14 0.56 0.37
Hex 74 92 29 15 0 48 2B 4D 38 25
Octal 164 222 51 25 0 110 53 115 70 45
Binary 1110100 10010010 101001 10101 0 1001000 101011 1001101 111000 100101

Color Harmonies of #749229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749229

Black with #749229

Text Example


Text Example

White with #749229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749229; }

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

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

background-color css

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

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

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

border-color css

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

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

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