Html Css Color HEX #739016 Olive Drab

📋 copy color: '#739016'

red 115 ◦ green 144 ◦ blue 22

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

Shades of Olive Drab #739016

Tints of Olive Drab #739016

RGB

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

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

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

R = 40.93%
G = 51.25%
B = 7.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#739016 (or 0x739016) is known color: Olive Drab. HEX triplet: 73, 90 and 16. RGB value is (115,144,22). Sum of RGB (Red+Green+Blue) = 115+144+22=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #739016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739016 is #8C6FE9. Grayscale: #797979. Windows color (decimal): -9203690 or 1478771. OLE color: 1478771.

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

Color convert

RGB 115 144 22 -
CMYK 0.20 0 0.85 0.44
HSL 74.26º 0.73% 0.33% -
HSV(B) 74.26º 0.85% 0.56% -
XYZ 17.19 23.65 4.42 -
YUV 121.42 71.89 123.42 -
System Red Green Blue C M Y K H S L
Decimal 115 144 22 0.20 0 0.85 0.44 74.26 0.73 0.33
Hex 73 90 16 14 0 55 2C 4A 49 21
Octal 163 220 26 24 0 125 54 112 111 41
Binary 1110011 10010000 10110 10100 0 1010101 101100 1001010 1001001 100001

Color Harmonies of #739016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739016

Black with #739016

Text Example


Text Example

White with #739016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739016; }

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

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

background-color css

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

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

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

border-color css

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

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

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