Html Css Color HEX #749520 Olive Drab

📋 copy color: '#749520'

red 116 ◦ green 149 ◦ blue 32

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

Shades of Olive Drab #749520

Tints of Olive Drab #749520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.17%

 BLUE value IS 32 (12.89% from 255) = 10.77%

R = 39.06%
G = 50.17%
B = 10.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#749520 (or 0x749520) is known color: Olive Drab. HEX triplet: 74, 95 and 20. RGB value is (116,149,32). Sum of RGB (Red+Green+Blue) = 116+149+32=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #749520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749520 is #8B6ADF. Grayscale: #7E7E7E. Windows color (decimal): -9136864 or 2135412. OLE color: 2135412.

HSL color Cylindrical-coordinate representation of color #749520: hue angle of 76.92º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #749520 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 149 32 -
CMYK 0.22 0 0.79 0.42
HSL 76.92º 0.65% 0.35% -
HSV(B) 76.92º 0.79% 0.58% -
XYZ 18.21 25.31 5.29 -
YUV 125.8 75.07 121.01 -
System Red Green Blue C M Y K H S L
Decimal 116 149 32 0.22 0 0.79 0.42 76.92 0.65 0.35
Hex 74 95 20 16 0 4F 2A 4D 41 23
Octal 164 225 40 26 0 117 52 115 101 43
Binary 1110100 10010101 100000 10110 0 1001111 101010 1001101 1000001 100011

Color Harmonies of #749520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749520

Black with #749520

Text Example


Text Example

White with #749520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749520; }

 p { color: rgb(116,149,32); }

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

background-color css

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

 a { background-color: rgb(116,149,32); }

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

border-color css

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

 span { border-color: rgb(116,149,32); }

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