Html Css Color HEX #71842C Olive Drab

📋 copy color: '#71842C'

red 113 ◦ green 132 ◦ blue 44

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

Shades of Olive Drab #71842C

Tints of Olive Drab #71842C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.67%

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

R = 39.1%
G = 45.67%
B = 15.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#71842C (or 0x71842C) is known color: Olive Drab. HEX triplet: 71, 84 and 2C. RGB value is (113,132,44). Sum of RGB (Red+Green+Blue) = 113+132+44=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #71842C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71842C is #8E7BD3. Grayscale: #747474. Windows color (decimal): -9337812 or 2917489. OLE color: 2917489.

HSL color Cylindrical-coordinate representation of color #71842C: hue angle of 72.95º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71842C is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 132 44 -
CMYK 0.14 0 0.67 0.48
HSL 72.95º 0.5% 0.35% -
HSV(B) 72.95º 0.67% 0.52% -
XYZ 15.52 20.2 5.46 -
YUV 116.29 87.21 125.66 -
System Red Green Blue C M Y K H S L
Decimal 113 132 44 0.14 0 0.67 0.48 72.95 0.5 0.35
Hex 71 84 2C E 0 43 30 49 32 23
Octal 161 204 54 16 0 103 60 111 62 43
Binary 1110001 10000100 101100 1110 0 1000011 110000 1001001 110010 100011

Color Harmonies of #71842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71842C

Black with #71842C

Text Example


Text Example

White with #71842C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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