Html Css Color HEX #729621 Olive Drab

📋 copy color: '#729621'

red 114 ◦ green 150 ◦ blue 33

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

Shades of Olive Drab #729621

Tints of Olive Drab #729621

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.51%

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

R = 38.38%
G = 50.51%
B = 11.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#729621 (or 0x729621) is known color: Olive Drab. HEX triplet: 72, 96 and 21. RGB value is (114,150,33). Sum of RGB (Red+Green+Blue) = 114+150+33=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #729621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729621 is #8D69DE. Grayscale: #7E7E7E. Windows color (decimal): -9267679 or 2201202. OLE color: 2201202.

HSL color Cylindrical-coordinate representation of color #729621: hue angle of 78.46º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #729621 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 150 33 -
CMYK 0.24 0 0.78 0.41
HSL 78.46º 0.64% 0.36% -
HSV(B) 78.46º 0.78% 0.59% -
XYZ 18.12 25.5 5.41 -
YUV 125.9 75.57 119.51 -
System Red Green Blue C M Y K H S L
Decimal 114 150 33 0.24 0 0.78 0.41 78.46 0.64 0.36
Hex 72 96 21 18 0 4E 29 4E 40 24
Octal 162 226 41 30 0 116 51 116 100 44
Binary 1110010 10010110 100001 11000 0 1001110 101001 1001110 1000000 100100

Color Harmonies of #729621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729621

Black with #729621

Text Example


Text Example

White with #729621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729621; }

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

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

background-color css

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

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

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

border-color css

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

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

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