Html Css Color HEX #729310 Olive Drab

📋 copy color: '#729310'

red 114 ◦ green 147 ◦ blue 16

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

Shades of Olive Drab #729310

Tints of Olive Drab #729310

RGB

 RED value IS 114 (44.92% from 255) = 41.16%

 GREEN value IS 147 (57.81% from 255) = 53.07%

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

R = 41.16%
G = 53.07%
B = 5.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#729310 (or 0x729310) is known color: Olive Drab. HEX triplet: 72, 93 and 10. RGB value is (114,147,16). Sum of RGB (Red+Green+Blue) = 114+147+16=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #729310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729310 is #8D6CEF. Grayscale: #7A7A7A. Windows color (decimal): -9268464 or 1086322. OLE color: 1086322.

HSL color Cylindrical-coordinate representation of color #729310: hue angle of 75.11º degrees, saturation: 0.8, 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 #729310 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 147 16 -
CMYK 0.22 0 0.89 0.42
HSL 75.11º 0.8% 0.32% -
HSV(B) 75.11º 0.89% 0.58% -
XYZ 17.47 24.48 4.3 -
YUV 122.2 68.07 122.15 -
System Red Green Blue C M Y K H S L
Decimal 114 147 16 0.22 0 0.89 0.42 75.11 0.8 0.32
Hex 72 93 10 16 0 59 2A 4B 50 20
Octal 162 223 20 26 0 131 52 113 120 40
Binary 1110010 10010011 10000 10110 0 1011001 101010 1001011 1010000 100000

Color Harmonies of #729310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729310

Black with #729310

Text Example


Text Example

White with #729310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729310; }

 p { color: rgb(114,147,16); }

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

background-color css

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

 a { background-color: rgb(114,147,16); }

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

border-color css

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

 span { border-color: rgb(114,147,16); }

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