Html Css Color HEX #728832 Olive Drab

📋 copy color: '#728832'

red 114 ◦ green 136 ◦ blue 50

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

Shades of Olive Drab #728832

Tints of Olive Drab #728832

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.33%

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

R = 38%
G = 45.33%
B = 16.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#728832 (or 0x728832) is known color: Olive Drab. HEX triplet: 72, 88 and 32. RGB value is (114,136,50). Sum of RGB (Red+Green+Blue) = 114+136+50=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #728832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728832 is #8D77CD. Grayscale: #777777. Windows color (decimal): -9271246 or 3311730. OLE color: 3311730.

HSL color Cylindrical-coordinate representation of color #728832: hue angle of 75.35º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #728832 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 136 50 -
CMYK 0.16 0 0.63 0.47
HSL 75.35º 0.46% 0.36% -
HSV(B) 75.35º 0.63% 0.53% -
XYZ 16.32 21.42 6.29 -
YUV 119.62 88.71 123.99 -
System Red Green Blue C M Y K H S L
Decimal 114 136 50 0.16 0 0.63 0.47 75.35 0.46 0.36
Hex 72 88 32 10 0 3F 2F 4B 2E 24
Octal 162 210 62 20 0 77 57 113 56 44
Binary 1110010 10001000 110010 10000 0 111111 101111 1001011 101110 100100

Color Harmonies of #728832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728832

Black with #728832

Text Example


Text Example

White with #728832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728832; }

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

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

background-color css

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

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

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

border-color css

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

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

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