Html Css Color HEX #739510 Olive Drab

📋 copy color: '#739510'

red 115 ◦ green 149 ◦ blue 16

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

Shades of Olive Drab #739510

Tints of Olive Drab #739510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.71%

R = 41.07%
G = 53.21%
B = 5.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#739510 (or 0x739510) is known color: Olive Drab. HEX triplet: 73, 95 and 10. RGB value is (115,149,16). Sum of RGB (Red+Green+Blue) = 115+149+16=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #739510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739510 is #8C6AEF. Grayscale: #7C7C7C. Windows color (decimal): -9202416 or 1086835. OLE color: 1086835.

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

Color convert

RGB 115 149 16 -
CMYK 0.23 0 0.89 0.42
HSL 75.34º 0.81% 0.32% -
HSV(B) 75.34º 0.89% 0.58% -
XYZ 17.91 25.18 4.41 -
YUV 123.67 67.24 121.81 -
System Red Green Blue C M Y K H S L
Decimal 115 149 16 0.23 0 0.89 0.42 75.34 0.81 0.32
Hex 73 95 10 17 0 59 2A 4B 51 20
Octal 163 225 20 27 0 131 52 113 121 40
Binary 1110011 10010101 10000 10111 0 1011001 101010 1001011 1010001 100000

Color Harmonies of #739510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739510

Black with #739510

Text Example


Text Example

White with #739510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739510; }

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

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

background-color css

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

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

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

border-color css

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

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

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