Html Css Color HEX #729413 Olive Drab

📋 copy color: '#729413'

red 114 ◦ green 148 ◦ blue 19

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

Shades of Olive Drab #729413

Tints of Olive Drab #729413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 40.57%
G = 52.67%
B = 6.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#729413 (or 0x729413) is known color: Olive Drab. HEX triplet: 72, 94 and 13. RGB value is (114,148,19). Sum of RGB (Red+Green+Blue) = 114+148+19=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #729413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729413 is #8D6BEC. Grayscale: #7B7B7B. Windows color (decimal): -9268205 or 1283186. OLE color: 1283186.

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

Color convert

RGB 114 148 19 -
CMYK 0.23 0 0.87 0.42
HSL 75.81º 0.77% 0.33% -
HSV(B) 75.81º 0.87% 0.58% -
XYZ 17.65 24.8 4.47 -
YUV 123.13 69.24 121.49 -
System Red Green Blue C M Y K H S L
Decimal 114 148 19 0.23 0 0.87 0.42 75.81 0.77 0.33
Hex 72 94 13 17 0 57 2A 4C 4D 21
Octal 162 224 23 27 0 127 52 114 115 41
Binary 1110010 10010100 10011 10111 0 1010111 101010 1001100 1001101 100001

Color Harmonies of #729413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729413

Black with #729413

Text Example


Text Example

White with #729413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729413; }

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

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

background-color css

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

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

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

border-color css

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

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

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