Html Css Color HEX #739420 Olive Drab

📋 copy color: '#739420'

red 115 ◦ green 148 ◦ blue 32

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

Shades of Olive Drab #739420

Tints of Olive Drab #739420

RGB

 RED value IS 115 (45.31% from 255) = 38.98%

 GREEN value IS 148 (58.2% from 255) = 50.17%

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

R = 38.98%
G = 50.17%
B = 10.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#739420 (or 0x739420) is known color: Olive Drab. HEX triplet: 73, 94 and 20. RGB value is (115,148,32). Sum of RGB (Red+Green+Blue) = 115+148+32=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #739420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739420 is #8C6BDF. Grayscale: #7D7D7D. Windows color (decimal): -9202656 or 2135155. OLE color: 2135155.

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

Color convert

RGB 115 148 32 -
CMYK 0.22 0 0.78 0.42
HSL 77.07º 0.64% 0.35% -
HSV(B) 77.07º 0.78% 0.58% -
XYZ 17.92 24.93 5.23 -
YUV 124.91 75.57 120.93 -
System Red Green Blue C M Y K H S L
Decimal 115 148 32 0.22 0 0.78 0.42 77.07 0.64 0.35
Hex 73 94 20 16 0 4E 2A 4D 40 23
Octal 163 224 40 26 0 116 52 115 100 43
Binary 1110011 10010100 100000 10110 0 1001110 101010 1001101 1000000 100011

Color Harmonies of #739420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739420

Black with #739420

Text Example


Text Example

White with #739420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739420; }

 p { color: rgb(115,148,32); }

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

background-color css

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

 a { background-color: rgb(115,148,32); }

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

border-color css

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

 span { border-color: rgb(115,148,32); }

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