Html Css Color HEX #71861F Olive Drab

📋 copy color: '#71861F'

red 113 ◦ green 134 ◦ blue 31

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

Shades of Olive Drab #71861F

Tints of Olive Drab #71861F

RGB

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

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

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

R = 40.65%
G = 48.2%
B = 11.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#71861F (or 0x71861F) is known color: Olive Drab. HEX triplet: 71, 86 and 1F. RGB value is (113,134,31). Sum of RGB (Red+Green+Blue) = 113+134+31=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #71861F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71861F is #8E79E0. Grayscale: #747474. Windows color (decimal): -9337313 or 2066033. OLE color: 2066033.

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

Color convert

RGB 113 134 31 -
CMYK 0.16 0 0.77 0.47
HSL 72.23º 0.62% 0.32% -
HSV(B) 72.23º 0.77% 0.53% -
XYZ 15.58 20.66 4.46 -
YUV 115.98 80.04 125.88 -
System Red Green Blue C M Y K H S L
Decimal 113 134 31 0.16 0 0.77 0.47 72.23 0.62 0.32
Hex 71 86 1F 10 0 4D 2F 48 3E 20
Octal 161 206 37 20 0 115 57 110 76 40
Binary 1110001 10000110 11111 10000 0 1001101 101111 1001000 111110 100000

Color Harmonies of #71861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71861F

Black with #71861F

Text Example


Text Example

White with #71861F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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