#838E76

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

Shades of Camouflage Green #838E76

Tints of Camouflage Green #838E76

Color information

#838E76 (or 0x838E76) is unknown color: approx Camouflage Green. HEX triplet: 83, 8E and 76. RGB value is (131,142,118). Sum of RGB (Red+Green+Blue) = 131+142+118=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 142 - color contains mainly: green. Hex color #838E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838E76 is #7C7189. Grayscale: #888888. Windows color (decimal): -8155530 or 7769731. OLE color: 7769731.

HSL color Cylindrical-coordinate representation of color #838E76: hue angle of 87.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #838E76 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB131142118-
CMYK0.0800.170.44
HSL87.5º9.6%50.98%-
HSV(B)87.5º16.9%55.69%-
XYZ22.325.4820.88-
YUV135.98117.86124.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=33.50%
G=36.32%
B=30.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311421180.0800.170.4487.59.650.98
Hex838E7680112C57a33
Octal20321616610021541271263
Binary10000011100011101110110100001000110110010101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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