Html Css Color HEX #71832C Olive Drab

📋 copy color: '#71832C'

red 113 ◦ green 131 ◦ blue 44

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

Shades of Olive Drab #71832C

Tints of Olive Drab #71832C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 39.24%
G = 45.49%
B = 15.28%

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

#71832C (or 0x71832C) is known color: Olive Drab. HEX triplet: 71, 83 and 2C. RGB value is (113,131,44). Sum of RGB (Red+Green+Blue) = 113+131+44=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #71832C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71832C is #8E7CD3. Grayscale: #747474. Windows color (decimal): -9338068 or 2917233. OLE color: 2917233.

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

Color convert

RGB 113 131 44 -
CMYK 0.14 0 0.66 0.49
HSL 72.41º 0.5% 0.34% -
HSV(B) 72.41º 0.66% 0.51% -
XYZ 15.38 19.93 5.42 -
YUV 115.7 87.54 126.07 -
System Red Green Blue C M Y K H S L
Decimal 113 131 44 0.14 0 0.66 0.49 72.41 0.5 0.34
Hex 71 83 2C E 0 42 31 48 32 22
Octal 161 203 54 16 0 102 61 110 62 42
Binary 1110001 10000011 101100 1110 0 1000010 110001 1001000 110010 100010

Color Harmonies of #71832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71832C

Black with #71832C

Text Example


Text Example

White with #71832C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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