Html Css Color HEX #838D71 Camouflage Green

📋 copy color: '#838D71'

red 131 ◦ green 141 ◦ blue 113

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

Shades of Camouflage Green #838D71

Tints of Camouflage Green #838D71

RGB

 RED value IS 131 (51.56% from 255) = 34.03%

 GREEN value IS 141 (55.47% from 255) = 36.62%

 BLUE value IS 113 (44.53% from 255) = 29.35%

R = 34.03%
G = 36.62%
B = 29.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#838D71 (or 0x838D71) is known color: Camouflage Green. HEX triplet: 83, 8D and 71. RGB value is (131,141,113). Sum of RGB (Red+Green+Blue) = 131+141+113=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 141 - color contains mainly: green. Hex color #838D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D71 is #7C728E. Grayscale: #868686. Windows color (decimal): -8155791 or 7441795. OLE color: 7441795.

HSL color Cylindrical-coordinate representation of color #838D71: hue angle of 81.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #838D71 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 141 113 -
CMYK 0.07 0 0.20 0.45
HSL 81.43º 0.11% 0.5% -
HSV(B) 81.43º 0.2% 0.55% -
XYZ 21.87 25.07 19.31 -
YUV 134.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 131 141 113 0.07 0 0.20 0.45 81.43 0.11 0.5
Hex 83 8D 71 7 0 14 2D 51 B 32
Octal 203 215 161 7 0 24 55 121 13 62
Binary 10000011 10001101 1110001 111 0 10100 101101 1010001 1011 110010

Color Harmonies of #838D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D71

Black with #838D71

Text Example


Text Example

White with #838D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838D71; }

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

 H1.HeaderClassName
 {
   color: #838D71;
 }
 .AnyTagClassName
 {
   color: #838D71;
 }
</style>

background-color css

<style>
 a { background-color: #838D71; }

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

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

border-color css

<style>
 span { border-color: #838D71; }

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

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