Html Css Color HEX #728D19 Olive Drab

📋 copy color: '#728D19'

red 114 ◦ green 141 ◦ blue 25

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

Shades of Olive Drab #728D19

Tints of Olive Drab #728D19

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.36%

 BLUE value IS 25 (10.16% from 255) = 8.93%

R = 40.71%
G = 50.36%
B = 8.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#728D19 (or 0x728D19) is known color: Olive Drab. HEX triplet: 72, 8D and 19. RGB value is (114,141,25). Sum of RGB (Red+Green+Blue) = 114+141+25=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #728D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728D19 is #8D72E6. Grayscale: #787878. Windows color (decimal): -9269991 or 1674610. OLE color: 1674610.

HSL color Cylindrical-coordinate representation of color #728D19: hue angle of 73.97º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #728D19 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 141 25 -
CMYK 0.19 0 0.82 0.45
HSL 73.97º 0.7% 0.33% -
HSV(B) 73.97º 0.82% 0.55% -
XYZ 16.64 22.7 4.42 -
YUV 119.7 74.55 123.93 -
System Red Green Blue C M Y K H S L
Decimal 114 141 25 0.19 0 0.82 0.45 73.97 0.7 0.33
Hex 72 8D 19 13 0 52 2D 4A 46 21
Octal 162 215 31 23 0 122 55 112 106 41
Binary 1110010 10001101 11001 10011 0 1010010 101101 1001010 1000110 100001

Color Harmonies of #728D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728D19

Black with #728D19

Text Example


Text Example

White with #728D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728D19; }

 p { color: rgb(114,141,25); }

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

background-color css

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

 a { background-color: rgb(114,141,25); }

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

border-color css

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

 span { border-color: rgb(114,141,25); }

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