#838E6F

Color #838E6F Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #838E6F

Tints of Camouflage Green #838E6F

Color information

#838E6F (or 0x838E6F) is unknown color: approx Camouflage Green. HEX triplet: 83, 8E and 6F. RGB value is (131,142,111). Sum of RGB (Red+Green+Blue) = 131+142+111=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 142 - color contains mainly: green. Hex color #838E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838E6F is #7C7190. Grayscale: #878787. Windows color (decimal): -8155537 or 7310979. OLE color: 7310979.

HSL color Cylindrical-coordinate representation of color #838E6F: hue angle of 81.29º 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 #838E6F is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB131142111-
CMYK0.0800.220.44
HSL81.29º12.25%49.61%-
HSV(B)81.29º21.83%55.69%-
XYZ21.925.3218.77-
YUV135.18114.36125.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.11%
GREEN value IS 142 (55.86% from 255) = 36.98%
BLUE value IS 111 (43.75% from 255) = 28.91%
R=34.11%
G=36.98%
B=28.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311421110.0800.220.4481.2912.2549.61
Hex838E6F80162C51c32
Octal20321615710026541211462
Binary10000011100011101101111100001011010110010100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,142,111); }

 H1.HeaderClassName
 {
   color: #838E6F;
 }
 .AnyTagClassName
 {
   color: #838E6F;
 }
</style>
background-color css

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

 a { background-color: rgb(131,142,111); }

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

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

 span { border-color: rgb(131,142,111); }

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