Html Css Color HEX #749029 Olive Drab

📋 copy color: '#749029'

red 116 ◦ green 144 ◦ blue 41

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

Shades of Olive Drab #749029

Tints of Olive Drab #749029

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.84%

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

R = 38.54%
G = 47.84%
B = 13.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#749029 (or 0x749029) is known color: Olive Drab. HEX triplet: 74, 90 and 29. RGB value is (116,144,41). Sum of RGB (Red+Green+Blue) = 116+144+41=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #749029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749029 is #8B6FD6. Grayscale: #7C7C7C. Windows color (decimal): -9138135 or 2723956. OLE color: 2723956.

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

Color convert

RGB 116 144 41 -
CMYK 0.19 0 0.72 0.44
HSL 76.31º 0.56% 0.36% -
HSV(B) 76.31º 0.72% 0.56% -
XYZ 17.58 23.82 5.77 -
YUV 123.89 81.22 122.38 -
System Red Green Blue C M Y K H S L
Decimal 116 144 41 0.19 0 0.72 0.44 76.31 0.56 0.36
Hex 74 90 29 13 0 48 2C 4C 38 24
Octal 164 220 51 23 0 110 54 114 70 44
Binary 1110100 10010000 101001 10011 0 1001000 101100 1001100 111000 100100

Color Harmonies of #749029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749029

Black with #749029

Text Example


Text Example

White with #749029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749029; }

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

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

background-color css

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

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

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

border-color css

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

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

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