Html Css Color HEX #71872E Olive Drab

📋 copy color: '#71872E'

red 113 ◦ green 135 ◦ blue 46

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

Shades of Olive Drab #71872E

Tints of Olive Drab #71872E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.92%

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 38.44%
G = 45.92%
B = 15.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#71872E (or 0x71872E) is known color: Olive Drab. HEX triplet: 71, 87 and 2E. RGB value is (113,135,46). Sum of RGB (Red+Green+Blue) = 113+135+46=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #71872E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71872E is #8E78D1. Grayscale: #767676. Windows color (decimal): -9337042 or 3049329. OLE color: 3049329.

HSL color Cylindrical-coordinate representation of color #71872E: hue angle of 74.83º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71872E is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 135 46 -
CMYK 0.16 0 0.66 0.47
HSL 74.83º 0.49% 0.35% -
HSV(B) 74.83º 0.66% 0.53% -
XYZ 15.97 21.04 5.8 -
YUV 118.28 87.21 124.24 -
System Red Green Blue C M Y K H S L
Decimal 113 135 46 0.16 0 0.66 0.47 74.83 0.49 0.35
Hex 71 87 2E 10 0 42 2F 4B 31 23
Octal 161 207 56 20 0 102 57 113 61 43
Binary 1110001 10000111 101110 10000 0 1000010 101111 1001011 110001 100011

Color Harmonies of #71872E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71872E

Black with #71872E

Text Example


Text Example

White with #71872E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71872E; }

 p { color: rgb(113,135,46); }

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

background-color css

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

 a { background-color: rgb(113,135,46); }

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

border-color css

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

 span { border-color: rgb(113,135,46); }

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