#838C76

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

Shades of Camouflage Green #838C76

Tints of Camouflage Green #838C76

Color information

#838C76 (or 0x838C76) is unknown color: approx Camouflage Green. HEX triplet: 83, 8C and 76. RGB value is (131,140,118). Sum of RGB (Red+Green+Blue) = 131+140+118=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 140 - color contains mainly: green. Hex color #838C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838C76 is #7C7389. Grayscale: #868686. Windows color (decimal): -8156042 or 7769219. OLE color: 7769219.

HSL color Cylindrical-coordinate representation of color #838C76: hue angle of 84.55º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #838C76 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB131140118-
CMYK0.0600.160.45
HSL84.55º8.73%50.59%-
HSV(B)84.55º15.71%54.9%-
XYZ22.0124.8920.78-
YUV134.8118.52125.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=33.68%
G=35.99%
B=30.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311401180.0600.160.4584.558.7350.59
Hex838C7660102D55933
Octal2032141666020551251163
Binary1000001110001100111011011001000010110110101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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