Html Css Color HEX #71832A Olive Drab

📋 copy color: '#71832A'

red 113 ◦ green 131 ◦ blue 42

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

Shades of Olive Drab #71832A

Tints of Olive Drab #71832A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 39.51%
G = 45.8%
B = 14.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#71832A (or 0x71832A) is known color: Olive Drab. HEX triplet: 71, 83 and 2A. RGB value is (113,131,42). Sum of RGB (Red+Green+Blue) = 113+131+42=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #71832A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71832A is #8E7CD5. Grayscale: #737373. Windows color (decimal): -9338070 or 2786161. OLE color: 2786161.

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

Color convert

RGB 113 131 42 -
CMYK 0.14 0 0.68 0.49
HSL 72.13º 0.51% 0.34% -
HSV(B) 72.13º 0.68% 0.51% -
XYZ 15.34 19.91 5.22 -
YUV 115.47 86.54 126.24 -
System Red Green Blue C M Y K H S L
Decimal 113 131 42 0.14 0 0.68 0.49 72.13 0.51 0.34
Hex 71 83 2A E 0 44 31 48 33 22
Octal 161 203 52 16 0 104 61 110 63 42
Binary 1110001 10000011 101010 1110 0 1000100 110001 1001000 110011 100010

Color Harmonies of #71832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71832A

Black with #71832A

Text Example


Text Example

White with #71832A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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