Html Css Color HEX #71882E Olive Drab

📋 copy color: '#71882E'

red 113 ◦ green 136 ◦ blue 46

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

Shades of Olive Drab #71882E

Tints of Olive Drab #71882E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.1%

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

R = 38.31%
G = 46.1%
B = 15.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#71882E (or 0x71882E) is known color: Olive Drab. HEX triplet: 71, 88 and 2E. RGB value is (113,136,46). Sum of RGB (Red+Green+Blue) = 113+136+46=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #71882E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71882E is #8E77D1. Grayscale: #777777. Windows color (decimal): -9336786 or 3049585. OLE color: 3049585.

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

Color convert

RGB 113 136 46 -
CMYK 0.17 0 0.66 0.47
HSL 75.33º 0.49% 0.36% -
HSV(B) 75.33º 0.66% 0.53% -
XYZ 16.11 21.32 5.85 -
YUV 118.86 86.88 123.82 -
System Red Green Blue C M Y K H S L
Decimal 113 136 46 0.17 0 0.66 0.47 75.33 0.49 0.36
Hex 71 88 2E 11 0 42 2F 4B 31 24
Octal 161 210 56 21 0 102 57 113 61 44
Binary 1110001 10001000 101110 10001 0 1000010 101111 1001011 110001 100100

Color Harmonies of #71882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71882E

Black with #71882E

Text Example


Text Example

White with #71882E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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