Html Css Color HEX #728616 Olive Drab

📋 copy color: '#728616'

red 114 ◦ green 134 ◦ blue 22

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

Shades of Olive Drab #728616

Tints of Olive Drab #728616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.63%

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 42.22%
G = 49.63%
B = 8.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#728616 (or 0x728616) is known color: Olive Drab. HEX triplet: 72, 86 and 16. RGB value is (114,134,22). Sum of RGB (Red+Green+Blue) = 114+134+22=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #728616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728616 is #8D79E9. Grayscale: #737373. Windows color (decimal): -9271786 or 1476210. OLE color: 1476210.

HSL color Cylindrical-coordinate representation of color #728616: hue angle of 70.71º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #728616 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 134 22 -
CMYK 0.15 0 0.84 0.47
HSL 70.71º 0.72% 0.31% -
HSV(B) 70.71º 0.84% 0.53% -
XYZ 15.61 20.69 3.93 -
YUV 115.25 75.37 127.11 -
System Red Green Blue C M Y K H S L
Decimal 114 134 22 0.15 0 0.84 0.47 70.71 0.72 0.31
Hex 72 86 16 F 0 54 2F 47 48 1F
Octal 162 206 26 17 0 124 57 107 110 37
Binary 1110010 10000110 10110 1111 0 1010100 101111 1000111 1001000 11111

Color Harmonies of #728616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728616

Black with #728616

Text Example


Text Example

White with #728616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728616; }

 p { color: rgb(114,134,22); }

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

background-color css

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

 a { background-color: rgb(114,134,22); }

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

border-color css

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

 span { border-color: rgb(114,134,22); }

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