Html Css Color HEX #739019 Olive Drab

📋 copy color: '#739019'

red 115 ◦ green 144 ◦ blue 25

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

Shades of Olive Drab #739019

Tints of Olive Drab #739019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.8%

R = 40.49%
G = 50.7%
B = 8.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#739019 (or 0x739019) is known color: Olive Drab. HEX triplet: 73, 90 and 19. RGB value is (115,144,25). Sum of RGB (Red+Green+Blue) = 115+144+25=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #739019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739019 is #8C6FE6. Grayscale: #7A7A7A. Windows color (decimal): -9203687 or 1675379. OLE color: 1675379.

HSL color Cylindrical-coordinate representation of color #739019: hue angle of 74.62º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #739019 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 144 25 -
CMYK 0.20 0 0.83 0.44
HSL 74.62º 0.7% 0.33% -
HSV(B) 74.62º 0.83% 0.56% -
XYZ 17.22 23.66 4.58 -
YUV 121.76 73.39 123.18 -
System Red Green Blue C M Y K H S L
Decimal 115 144 25 0.20 0 0.83 0.44 74.62 0.7 0.33
Hex 73 90 19 14 0 53 2C 4B 46 21
Octal 163 220 31 24 0 123 54 113 106 41
Binary 1110011 10010000 11001 10100 0 1010011 101100 1001011 1000110 100001

Color Harmonies of #739019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739019

Black with #739019

Text Example


Text Example

White with #739019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739019; }

 p { color: rgb(115,144,25); }

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

background-color css

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

 a { background-color: rgb(115,144,25); }

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

border-color css

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

 span { border-color: rgb(115,144,25); }

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