Html Css Color HEX #739A20 Olive Drab

📋 copy color: '#739A20'

red 115 ◦ green 154 ◦ blue 32

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

Shades of Olive Drab #739A20

Tints of Olive Drab #739A20

RGB

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

 GREEN value IS 154 (60.55% from 255) = 51.16%

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

R = 38.21%
G = 51.16%
B = 10.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#739A20 (or 0x739A20) is known color: Olive Drab. HEX triplet: 73, 9A and 20. RGB value is (115,154,32). Sum of RGB (Red+Green+Blue) = 115+154+32=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 154 (60.55% from 255 or 51.16% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 154 - color contains mainly: green. Hex color #739A20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739A20 is #8C65DF. Grayscale: #808080. Windows color (decimal): -9201120 or 2136691. OLE color: 2136691.

HSL color Cylindrical-coordinate representation of color #739A20: hue angle of 79.18º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #739A20 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 154 32 -
CMYK 0.25 0 0.79 0.40
HSL 79.18º 0.66% 0.36% -
HSV(B) 79.18º 0.79% 0.6% -
XYZ 18.89 26.86 5.56 -
YUV 128.43 73.58 118.42 -
System Red Green Blue C M Y K H S L
Decimal 115 154 32 0.25 0 0.79 0.40 79.18 0.66 0.36
Hex 73 9A 20 19 0 4F 28 4F 42 24
Octal 163 232 40 31 0 117 50 117 102 44
Binary 1110011 10011010 100000 11001 0 1001111 101000 1001111 1000010 100100

Color Harmonies of #739A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739A20

Black with #739A20

Text Example


Text Example

White with #739A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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