Html Css Color HEX #739516 Olive Drab

📋 copy color: '#739516'

red 115 ◦ green 149 ◦ blue 22

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

Shades of Olive Drab #739516

Tints of Olive Drab #739516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.69%

R = 40.21%
G = 52.1%
B = 7.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#739516 (or 0x739516) is known color: Olive Drab. HEX triplet: 73, 95 and 16. RGB value is (115,149,22). Sum of RGB (Red+Green+Blue) = 115+149+22=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #739516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739516 is #8C6AE9. Grayscale: #7C7C7C. Windows color (decimal): -9202410 or 1480051. OLE color: 1480051.

HSL color Cylindrical-coordinate representation of color #739516: hue angle of 76.06º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #739516 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 149 22 -
CMYK 0.23 0 0.85 0.42
HSL 76.06º 0.74% 0.34% -
HSV(B) 76.06º 0.85% 0.58% -
XYZ 17.96 25.2 4.68 -
YUV 124.36 70.24 121.33 -
System Red Green Blue C M Y K H S L
Decimal 115 149 22 0.23 0 0.85 0.42 76.06 0.74 0.34
Hex 73 95 16 17 0 55 2A 4C 4A 22
Octal 163 225 26 27 0 125 52 114 112 42
Binary 1110011 10010101 10110 10111 0 1010101 101010 1001100 1001010 100010

Color Harmonies of #739516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739516

Black with #739516

Text Example


Text Example

White with #739516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739516; }

 p { color: rgb(115,149,22); }

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

background-color css

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

 a { background-color: rgb(115,149,22); }

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

border-color css

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

 span { border-color: rgb(115,149,22); }

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