Html Css Color HEX #729421 Olive Drab

📋 copy color: '#729421'

red 114 ◦ green 148 ◦ blue 33

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

Shades of Olive Drab #729421

Tints of Olive Drab #729421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.17%

 BLUE value IS 33 (13.28% from 255) = 11.19%

R = 38.64%
G = 50.17%
B = 11.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#729421 (or 0x729421) is known color: Olive Drab. HEX triplet: 72, 94 and 21. RGB value is (114,148,33). Sum of RGB (Red+Green+Blue) = 114+148+33=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #729421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729421 is #8D6BDE. Grayscale: #7D7D7D. Windows color (decimal): -9268191 or 2200690. OLE color: 2200690.

HSL color Cylindrical-coordinate representation of color #729421: hue angle of 77.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #729421 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 33 -
CMYK 0.23 0 0.78 0.42
HSL 77.74º 0.64% 0.35% -
HSV(B) 77.74º 0.78% 0.58% -
XYZ 17.8 24.87 5.3 -
YUV 124.72 76.24 120.35 -
System Red Green Blue C M Y K H S L
Decimal 114 148 33 0.23 0 0.78 0.42 77.74 0.64 0.35
Hex 72 94 21 17 0 4E 2A 4E 40 23
Octal 162 224 41 27 0 116 52 116 100 43
Binary 1110010 10010100 100001 10111 0 1001110 101010 1001110 1000000 100011

Color Harmonies of #729421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729421

Black with #729421

Text Example


Text Example

White with #729421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729421; }

 p { color: rgb(114,148,33); }

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

background-color css

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

 a { background-color: rgb(114,148,33); }

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

border-color css

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

 span { border-color: rgb(114,148,33); }

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