Html Css Color HEX #71841D Olive Drab

📋 copy color: '#71841D'

red 113 ◦ green 132 ◦ blue 29

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

Shades of Olive Drab #71841D

Tints of Olive Drab #71841D

RGB

 RED value IS 113 (44.53% from 255) = 41.24%

 GREEN value IS 132 (51.95% from 255) = 48.18%

 BLUE value IS 29 (11.72% from 255) = 10.58%

R = 41.24%
G = 48.18%
B = 10.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#71841D (or 0x71841D) is known color: Olive Drab. HEX triplet: 71, 84 and 1D. RGB value is (113,132,29). Sum of RGB (Red+Green+Blue) = 113+132+29=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #71841D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71841D is #8E7BE2. Grayscale: #727272. Windows color (decimal): -9337827 or 1934449. OLE color: 1934449.

HSL color Cylindrical-coordinate representation of color #71841D: hue angle of 71.07º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71841D is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 132 29 -
CMYK 0.14 0 0.78 0.48
HSL 71.07º 0.64% 0.32% -
HSV(B) 71.07º 0.78% 0.52% -
XYZ 15.28 20.1 4.24 -
YUV 114.58 79.71 126.88 -
System Red Green Blue C M Y K H S L
Decimal 113 132 29 0.14 0 0.78 0.48 71.07 0.64 0.32
Hex 71 84 1D E 0 4E 30 47 40 20
Octal 161 204 35 16 0 116 60 107 100 40
Binary 1110001 10000100 11101 1110 0 1001110 110000 1000111 1000000 100000

Color Harmonies of #71841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71841D

Black with #71841D

Text Example


Text Example

White with #71841D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71841D; }

 p { color: rgb(113,132,29); }

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

background-color css

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

 a { background-color: rgb(113,132,29); }

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

border-color css

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

 span { border-color: rgb(113,132,29); }

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