Html Css Color HEX #729328 Olive Drab

📋 copy color: '#729328'

red 114 ◦ green 147 ◦ blue 40

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

Shades of Olive Drab #729328

Tints of Olive Drab #729328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 37.87%
G = 48.84%
B = 13.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#729328 (or 0x729328) is known color: Olive Drab. HEX triplet: 72, 93 and 28. RGB value is (114,147,40). Sum of RGB (Red+Green+Blue) = 114+147+40=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #729328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729328 is #8D6CD7. Grayscale: #7D7D7D. Windows color (decimal): -9268440 or 2659186. OLE color: 2659186.

HSL color Cylindrical-coordinate representation of color #729328: hue angle of 78.5º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #729328 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 147 40 -
CMYK 0.22 0 0.73 0.42
HSL 78.5º 0.57% 0.37% -
HSV(B) 78.5º 0.73% 0.58% -
XYZ 17.76 24.6 5.82 -
YUV 124.94 80.07 120.2 -
System Red Green Blue C M Y K H S L
Decimal 114 147 40 0.22 0 0.73 0.42 78.5 0.57 0.37
Hex 72 93 28 16 0 49 2A 4F 39 25
Octal 162 223 50 26 0 111 52 117 71 45
Binary 1110010 10010011 101000 10110 0 1001001 101010 1001111 111001 100101

Color Harmonies of #729328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729328

Black with #729328

Text Example


Text Example

White with #729328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729328; }

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

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

background-color css

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

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

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

border-color css

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

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

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