Html Css Color HEX #728B2B Olive Drab

📋 copy color: '#728B2B'

red 114 ◦ green 139 ◦ blue 43

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

Shades of Olive Drab #728B2B

Tints of Olive Drab #728B2B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.96%

 BLUE value IS 43 (17.19% from 255) = 14.53%

R = 38.51%
G = 46.96%
B = 14.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#728B2B (or 0x728B2B) is known color: Olive Drab. HEX triplet: 72, 8B and 2B. RGB value is (114,139,43). Sum of RGB (Red+Green+Blue) = 114+139+43=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #728B2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728B2B is #8D74D4. Grayscale: #787878. Windows color (decimal): -9270485 or 2853746. OLE color: 2853746.

HSL color Cylindrical-coordinate representation of color #728B2B: hue angle of 75.63º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #728B2B is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 139 43 -
CMYK 0.18 0 0.69 0.45
HSL 75.63º 0.53% 0.36% -
HSV(B) 75.63º 0.69% 0.55% -
XYZ 16.61 22.22 5.7 -
YUV 120.58 84.22 123.31 -
System Red Green Blue C M Y K H S L
Decimal 114 139 43 0.18 0 0.69 0.45 75.63 0.53 0.36
Hex 72 8B 2B 12 0 45 2D 4C 35 24
Octal 162 213 53 22 0 105 55 114 65 44
Binary 1110010 10001011 101011 10010 0 1000101 101101 1001100 110101 100100

Color Harmonies of #728B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728B2B

Black with #728B2B

Text Example


Text Example

White with #728B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,139,43); }

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

background-color css

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

 a { background-color: rgb(114,139,43); }

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

border-color css

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

 span { border-color: rgb(114,139,43); }

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