Html Css Color HEX #728A19 Olive Drab

📋 copy color: '#728A19'

red 114 ◦ green 138 ◦ blue 25

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

Shades of Olive Drab #728A19

Tints of Olive Drab #728A19

RGB

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

 GREEN value IS 138 (54.3% from 255) = 49.82%

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

R = 41.16%
G = 49.82%
B = 9.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#728A19 (or 0x728A19) is known color: Olive Drab. HEX triplet: 72, 8A and 19. RGB value is (114,138,25). Sum of RGB (Red+Green+Blue) = 114+138+25=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #728A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728A19 is #8D75E6. Grayscale: #767676. Windows color (decimal): -9270759 or 1673842. OLE color: 1673842.

HSL color Cylindrical-coordinate representation of color #728A19: hue angle of 72.74º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #728A19 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 138 25 -
CMYK 0.17 0 0.82 0.46
HSL 72.74º 0.69% 0.32% -
HSV(B) 72.74º 0.82% 0.54% -
XYZ 16.2 21.82 4.28 -
YUV 117.94 75.55 125.19 -
System Red Green Blue C M Y K H S L
Decimal 114 138 25 0.17 0 0.82 0.46 72.74 0.69 0.32
Hex 72 8A 19 11 0 52 2E 49 45 20
Octal 162 212 31 21 0 122 56 111 105 40
Binary 1110010 10001010 11001 10001 0 1010010 101110 1001001 1000101 100000

Color Harmonies of #728A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728A19

Black with #728A19

Text Example


Text Example

White with #728A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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