Html Css Color HEX #839071 Camouflage Green

📋 copy color: '#839071'

red 131 ◦ green 144 ◦ blue 113

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

Shades of Camouflage Green #839071

Tints of Camouflage Green #839071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.11%

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

R = 33.76%
G = 37.11%
B = 29.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#839071 (or 0x839071) is known color: Camouflage Green. HEX triplet: 83, 90 and 71. RGB value is (131,144,113). Sum of RGB (Red+Green+Blue) = 131+144+113=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 144 - color contains mainly: green. Hex color #839071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839071 is #7C6F8E. Grayscale: #888888. Windows color (decimal): -8155023 or 7442563. OLE color: 7442563.

HSL color Cylindrical-coordinate representation of color #839071: hue angle of 85.16º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #839071 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 144 113 -
CMYK 0.09 0 0.22 0.44
HSL 85.16º 0.12% 0.5% -
HSV(B) 85.16º 0.22% 0.56% -
XYZ 22.31 25.96 19.46 -
YUV 136.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 131 144 113 0.09 0 0.22 0.44 85.16 0.12 0.5
Hex 83 90 71 9 0 16 2C 55 C 32
Octal 203 220 161 11 0 26 54 125 14 62
Binary 10000011 10010000 1110001 1001 0 10110 101100 1010101 1100 110010

Color Harmonies of #839071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839071

Black with #839071

Text Example


Text Example

White with #839071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839071; }

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

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

background-color css

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

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

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

border-color css

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

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

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