Html Css Color HEX #71841F Olive Drab

📋 copy color: '#71841F'

red 113 ◦ green 132 ◦ blue 31

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

Shades of Olive Drab #71841F

Tints of Olive Drab #71841F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.23%

R = 40.94%
G = 47.83%
B = 11.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#71841F (or 0x71841F) is known color: Olive Drab. HEX triplet: 71, 84 and 1F. RGB value is (113,132,31). Sum of RGB (Red+Green+Blue) = 113+132+31=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #71841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71841F is #8E7BE0. Grayscale: #737373. Windows color (decimal): -9337825 or 2065521. OLE color: 2065521.

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

Color convert

RGB 113 132 31 -
CMYK 0.14 0 0.77 0.48
HSL 71.29º 0.62% 0.32% -
HSV(B) 71.29º 0.77% 0.52% -
XYZ 15.31 20.11 4.37 -
YUV 114.81 80.71 126.71 -
System Red Green Blue C M Y K H S L
Decimal 113 132 31 0.14 0 0.77 0.48 71.29 0.62 0.32
Hex 71 84 1F E 0 4D 30 47 3E 20
Octal 161 204 37 16 0 115 60 107 76 40
Binary 1110001 10000100 11111 1110 0 1001101 110000 1000111 111110 100000

Color Harmonies of #71841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71841F

Black with #71841F

Text Example


Text Example

White with #71841F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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