Html Css Color HEX #728432 Olive Drab

📋 copy color: '#728432'

red 114 ◦ green 132 ◦ blue 50

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

Shades of Olive Drab #728432

Tints of Olive Drab #728432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.59%

 BLUE value IS 50 (19.92% from 255) = 16.89%

R = 38.51%
G = 44.59%
B = 16.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#728432 (or 0x728432) is known color: Olive Drab. HEX triplet: 72, 84 and 32. RGB value is (114,132,50). Sum of RGB (Red+Green+Blue) = 114+132+50=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #728432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728432 is #8D7BCD. Grayscale: #757575. Windows color (decimal): -9272270 or 3310706. OLE color: 3310706.

HSL color Cylindrical-coordinate representation of color #728432: hue angle of 73.17º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #728432 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 132 50 -
CMYK 0.14 0 0.62 0.48
HSL 73.17º 0.45% 0.36% -
HSV(B) 73.17º 0.62% 0.52% -
XYZ 15.77 20.31 6.11 -
YUV 117.27 90.04 125.67 -
System Red Green Blue C M Y K H S L
Decimal 114 132 50 0.14 0 0.62 0.48 73.17 0.45 0.36
Hex 72 84 32 E 0 3E 30 49 2D 24
Octal 162 204 62 16 0 76 60 111 55 44
Binary 1110010 10000100 110010 1110 0 111110 110000 1001001 101101 100100

Color Harmonies of #728432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728432

Black with #728432

Text Example


Text Example

White with #728432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728432; }

 p { color: rgb(114,132,50); }

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

background-color css

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

 a { background-color: rgb(114,132,50); }

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

border-color css

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

 span { border-color: rgb(114,132,50); }

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