Html Css Color HEX #739619 Olive Drab

📋 copy color: '#739619'

red 115 ◦ green 150 ◦ blue 25

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

Shades of Olive Drab #739619

Tints of Olive Drab #739619

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.72%

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

R = 39.66%
G = 51.72%
B = 8.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#739619 (or 0x739619) is known color: Olive Drab. HEX triplet: 73, 96 and 19. RGB value is (115,150,25). Sum of RGB (Red+Green+Blue) = 115+150+25=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #739619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739619 is #8C69E6. Grayscale: #7D7D7D. Windows color (decimal): -9202151 or 1676915. OLE color: 1676915.

HSL color Cylindrical-coordinate representation of color #739619: hue angle of 76.8º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #739619 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 150 25 -
CMYK 0.23 0 0.83 0.41
HSL 76.8º 0.71% 0.34% -
HSV(B) 76.8º 0.83% 0.59% -
XYZ 18.15 25.53 4.89 -
YUV 125.29 71.4 120.66 -
System Red Green Blue C M Y K H S L
Decimal 115 150 25 0.23 0 0.83 0.41 76.8 0.71 0.34
Hex 73 96 19 17 0 53 29 4D 47 22
Octal 163 226 31 27 0 123 51 115 107 42
Binary 1110011 10010110 11001 10111 0 1010011 101001 1001101 1000111 100010

Color Harmonies of #739619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739619

Black with #739619

Text Example


Text Example

White with #739619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739619; }

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

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

background-color css

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

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

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

border-color css

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

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

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