Html Css Color HEX #729130 Olive Drab

📋 copy color: '#729130'

red 114 ◦ green 145 ◦ blue 48

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

Shades of Olive Drab #729130

Tints of Olive Drab #729130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.23%

 BLUE value IS 48 (19.14% from 255) = 15.64%

R = 37.13%
G = 47.23%
B = 15.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#729130 (or 0x729130) is known color: Olive Drab. HEX triplet: 72, 91 and 30. RGB value is (114,145,48). Sum of RGB (Red+Green+Blue) = 114+145+48=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #729130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729130 is #8D6ECF. Grayscale: #7D7D7D. Windows color (decimal): -9268944 or 3182962. OLE color: 3182962.

HSL color Cylindrical-coordinate representation of color #729130: hue angle of 79.18º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #729130 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 145 48 -
CMYK 0.21 0 0.67 0.43
HSL 79.18º 0.5% 0.38% -
HSV(B) 79.18º 0.67% 0.57% -
XYZ 17.6 24.04 6.51 -
YUV 124.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 114 145 48 0.21 0 0.67 0.43 79.18 0.5 0.38
Hex 72 91 30 15 0 43 2B 4F 32 26
Octal 162 221 60 25 0 103 53 117 62 46
Binary 1110010 10010001 110000 10101 0 1000011 101011 1001111 110010 100110

Color Harmonies of #729130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729130

Black with #729130

Text Example


Text Example

White with #729130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729130; }

 p { color: rgb(114,145,48); }

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

background-color css

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

 a { background-color: rgb(114,145,48); }

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

border-color css

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

 span { border-color: rgb(114,145,48); }

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