Html Css Color HEX #729031 Olive Drab

📋 copy color: '#729031'

red 114 ◦ green 144 ◦ blue 49

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

Shades of Olive Drab #729031

Tints of Olive Drab #729031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.96%

R = 37.13%
G = 46.91%
B = 15.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#729031 (or 0x729031) is known color: Olive Drab. HEX triplet: 72, 90 and 31. RGB value is (114,144,49). Sum of RGB (Red+Green+Blue) = 114+144+49=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #729031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729031 is #8D6FCE. Grayscale: #7C7C7C. Windows color (decimal): -9269199 or 3248242. OLE color: 3248242.

HSL color Cylindrical-coordinate representation of color #729031: hue angle of 78.95º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #729031 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 144 49 -
CMYK 0.21 0 0.66 0.44
HSL 78.95º 0.49% 0.38% -
HSV(B) 78.95º 0.66% 0.56% -
XYZ 17.47 23.75 6.57 -
YUV 124.2 85.56 120.72 -
System Red Green Blue C M Y K H S L
Decimal 114 144 49 0.21 0 0.66 0.44 78.95 0.49 0.38
Hex 72 90 31 15 0 42 2C 4F 31 26
Octal 162 220 61 25 0 102 54 117 61 46
Binary 1110010 10010000 110001 10101 0 1000010 101100 1001111 110001 100110

Color Harmonies of #729031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729031

Black with #729031

Text Example


Text Example

White with #729031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729031; }

 p { color: rgb(114,144,49); }

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

background-color css

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

 a { background-color: rgb(114,144,49); }

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

border-color css

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

 span { border-color: rgb(114,144,49); }

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