Html Css Color HEX #729330 Olive Drab

📋 copy color: '#729330'

red 114 ◦ green 147 ◦ blue 48

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

Shades of Olive Drab #729330

Tints of Olive Drab #729330

RGB

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

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

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

R = 36.89%
G = 47.57%
B = 15.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#729330 (or 0x729330) is known color: Olive Drab. HEX triplet: 72, 93 and 30. RGB value is (114,147,48). Sum of RGB (Red+Green+Blue) = 114+147+48=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #729330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729330 is #8D6CCF. Grayscale: #7E7E7E. Windows color (decimal): -9268432 or 3183474. OLE color: 3183474.

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

Color convert

RGB 114 147 48 -
CMYK 0.22 0 0.67 0.42
HSL 80º 0.51% 0.38% -
HSV(B) 80º 0.67% 0.58% -
XYZ 17.91 24.66 6.61 -
YUV 125.85 84.07 119.55 -
System Red Green Blue C M Y K H S L
Decimal 114 147 48 0.22 0 0.67 0.42 80 0.51 0.38
Hex 72 93 30 16 0 43 2A 50 33 26
Octal 162 223 60 26 0 103 52 120 63 46
Binary 1110010 10010011 110000 10110 0 1000011 101010 1010000 110011 100110

Color Harmonies of #729330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729330

Black with #729330

Text Example


Text Example

White with #729330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729330; }

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

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

background-color css

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

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

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

border-color css

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

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

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