Html Css Color HEX #749124 Olive Drab

📋 copy color: '#749124'

red 116 ◦ green 145 ◦ blue 36

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

Shades of Olive Drab #749124

Tints of Olive Drab #749124

RGB

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

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

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

R = 39.06%
G = 48.82%
B = 12.12%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#749124 (or 0x749124) is known color: Olive Drab. HEX triplet: 74, 91 and 24. RGB value is (116,145,36). Sum of RGB (Red+Green+Blue) = 116+145+36=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #749124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749124 is #8B6EDB. Grayscale: #7C7C7C. Windows color (decimal): -9137884 or 2396532. OLE color: 2396532.

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

Color convert

RGB 116 145 36 -
CMYK 0.2 0 0.75 0.43
HSL 75.96º 0.6% 0.35% -
HSV(B) 75.96º 0.75% 0.57% -
XYZ 17.65 24.09 5.39 -
YUV 123.9 78.39 122.36 -
System Red Green Blue C M Y K H S L
Decimal 116 145 36 0.2 0 0.75 0.43 75.96 0.6 0.35
Hex 74 91 24 14 0 4B 2B 4C 3C 23
Octal 164 221 44 24 0 113 53 114 74 43
Binary 1110100 10010001 100100 10100 0 1001011 101011 1001100 111100 100011

Color Harmonies of #749124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749124

Black with #749124

Text Example


Text Example

White with #749124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749124; }

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

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

background-color css

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

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

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

border-color css

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

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

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