Html Css Color HEX #729030 Olive Drab

📋 copy color: '#729030'

red 114 ◦ green 144 ◦ blue 48

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

Shades of Olive Drab #729030

Tints of Olive Drab #729030

RGB

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

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

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

R = 37.25%
G = 47.06%
B = 15.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#729030 (or 0x729030) is known color: Olive Drab. HEX triplet: 72, 90 and 30. RGB value is (114,144,48). Sum of RGB (Red+Green+Blue) = 114+144+48=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #729030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729030 is #8D6FCF. Grayscale: #7C7C7C. Windows color (decimal): -9269200 or 3182706. OLE color: 3182706.

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

Color convert

RGB 114 144 48 -
CMYK 0.21 0 0.67 0.44
HSL 78.75º 0.5% 0.38% -
HSV(B) 78.75º 0.67% 0.56% -
XYZ 17.45 23.74 6.46 -
YUV 124.09 85.06 120.81 -
System Red Green Blue C M Y K H S L
Decimal 114 144 48 0.21 0 0.67 0.44 78.75 0.5 0.38
Hex 72 90 30 15 0 43 2C 4F 32 26
Octal 162 220 60 25 0 103 54 117 62 46
Binary 1110010 10010000 110000 10101 0 1000011 101100 1001111 110010 100110

Color Harmonies of #729030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729030

Black with #729030

Text Example


Text Example

White with #729030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729030; }

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

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

background-color css

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

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

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

border-color css

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

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

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