Html Css Color HEX #71832D Olive Drab

📋 copy color: '#71832D'

red 113 ◦ green 131 ◦ blue 45

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

Shades of Olive Drab #71832D

Tints of Olive Drab #71832D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.33%

 BLUE value IS 45 (17.97% from 255) = 15.57%

R = 39.1%
G = 45.33%
B = 15.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#71832D (or 0x71832D) is known color: Olive Drab. HEX triplet: 71, 83 and 2D. RGB value is (113,131,45). Sum of RGB (Red+Green+Blue) = 113+131+45=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #71832D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71832D is #8E7CD2. Grayscale: #747474. Windows color (decimal): -9338067 or 2982769. OLE color: 2982769.

HSL color Cylindrical-coordinate representation of color #71832D: hue angle of 72.56º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71832D is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 45 -
CMYK 0.14 0 0.66 0.49
HSL 72.56º 0.49% 0.35% -
HSV(B) 72.56º 0.66% 0.51% -
XYZ 15.4 19.93 5.52 -
YUV 115.81 88.04 125.99 -
System Red Green Blue C M Y K H S L
Decimal 113 131 45 0.14 0 0.66 0.49 72.56 0.49 0.35
Hex 71 83 2D E 0 42 31 49 31 23
Octal 161 203 55 16 0 102 61 111 61 43
Binary 1110001 10000011 101101 1110 0 1000010 110001 1001001 110001 100011

Color Harmonies of #71832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71832D

Black with #71832D

Text Example


Text Example

White with #71832D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,131,45); }

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

background-color css

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

 a { background-color: rgb(113,131,45); }

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

border-color css

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

 span { border-color: rgb(113,131,45); }

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