Html Css Color HEX #729410 Olive Drab

📋 copy color: '#729410'

red 114 ◦ green 148 ◦ blue 16

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

Shades of Olive Drab #729410

Tints of Olive Drab #729410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.24%

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

R = 41.01%
G = 53.24%
B = 5.76%

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

#729410 (or 0x729410) is known color: Olive Drab. HEX triplet: 72, 94 and 10. RGB value is (114,148,16). Sum of RGB (Red+Green+Blue) = 114+148+16=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #729410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729410 is #8D6BEF. Grayscale: #7B7B7B. Windows color (decimal): -9268208 or 1086578. OLE color: 1086578.

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

Color convert

RGB 114 148 16 -
CMYK 0.23 0 0.89 0.42
HSL 75.45º 0.8% 0.32% -
HSV(B) 75.45º 0.89% 0.58% -
XYZ 17.62 24.79 4.35 -
YUV 122.79 67.74 121.73 -
System Red Green Blue C M Y K H S L
Decimal 114 148 16 0.23 0 0.89 0.42 75.45 0.8 0.32
Hex 72 94 10 17 0 59 2A 4B 50 20
Octal 162 224 20 27 0 131 52 113 120 40
Binary 1110010 10010100 10000 10111 0 1011001 101010 1001011 1010000 100000

Color Harmonies of #729410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729410

Black with #729410

Text Example


Text Example

White with #729410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729410; }

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

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

background-color css

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

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

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

border-color css

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

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

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